systemtap: fix build failure on host system with dyninst installed

On host system where dyninst installed (i.e Fedora 18 with SystemTap)
builds fails with the error from do_qa_configure "This autoconf log
indicates errors, it looked at host include and/or library paths
while determining system capabilities." Problematic config.log
indicates inclusion of /usr/include/dyninst/dyntypes.h

Fix for now - disable dyninst in oe builds

(From OE-Core rev: c4d4fb198d56b26661cc2f98ade6a57f60d9c514)

Signed-off-by: Victor Kamensky <victor.kamensky@linaro.org>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Victor Kamensky 2013-08-08 09:14:29 -07:00 committed by Richard Purdie
parent 86d8d89c21
commit 33f6017265
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ RDEPENDS_${PN}_class-nativesdk += "python-native"
PR = "r1"
EXTRA_OECONF += "--with-libelf=${STAGING_DIR_TARGET} --without-rpm \
--without-nss --without-avahi \
--without-nss --without-avahi --without-dyninst \
--disable-server --disable-grapher "
STAP_DOCS ?= "--disable-docs --disable-publican --disable-refdocs"