[oe-commits] Victor Kamensky : systemtap: fix build failure on host system with dyninst installed

git at git.openembedded.org git at git.openembedded.org
Mon Aug 12 12:03:03 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: c4d4fb198d56b26661cc2f98ade6a57f60d9c514
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=c4d4fb198d56b26661cc2f98ade6a57f60d9c514

Author: Victor Kamensky <victor.kamensky at linaro.org>
Date:   Thu Aug  8 09:14:29 2013 -0700

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

Signed-off-by: Victor Kamensky <victor.kamensky at linaro.org>
Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 meta/recipes-kernel/systemtap/systemtap_git.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-kernel/systemtap/systemtap_git.bb b/meta/recipes-kernel/systemtap/systemtap_git.bb
index 9bba5a9..4f60f6b 100644
--- a/meta/recipes-kernel/systemtap/systemtap_git.bb
+++ b/meta/recipes-kernel/systemtap/systemtap_git.bb
@@ -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"



More information about the Openembedded-commits mailing list