diff options
author | Victor Kamensky <victor.kamensky@linaro.org> | 2013-08-08 09:14:29 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-08-12 13:09:53 +0100 |
commit | 33f6017265d75cdd9ae8d28b944ee29bb876decf (patch) | |
tree | f3ad5b6efdfc6498138ee35c395fe54881892053 /meta/recipes-kernel | |
parent | 86d8d89c2101a9f6903949583751f95e75593105 (diff) | |
download | poky-33f6017265d75cdd9ae8d28b944ee29bb876decf.tar.gz |
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>
Diffstat (limited to 'meta/recipes-kernel')
-rw-r--r-- | 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 9bba5a9752..4f60f6b66d 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" | |||
13 | PR = "r1" | 13 | PR = "r1" |
14 | 14 | ||
15 | EXTRA_OECONF += "--with-libelf=${STAGING_DIR_TARGET} --without-rpm \ | 15 | EXTRA_OECONF += "--with-libelf=${STAGING_DIR_TARGET} --without-rpm \ |
16 | --without-nss --without-avahi \ | 16 | --without-nss --without-avahi --without-dyninst \ |
17 | --disable-server --disable-grapher " | 17 | --disable-server --disable-grapher " |
18 | 18 | ||
19 | STAP_DOCS ?= "--disable-docs --disable-publican --disable-refdocs" | 19 | STAP_DOCS ?= "--disable-docs --disable-publican --disable-refdocs" |