diff options
author | Andreas Müller <schnitzeltony@googlemail.com> | 2012-06-07 16:36:49 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-06-08 11:43:18 +0100 |
commit | fa3b18efecbc02029573deb00f03e7f278ea199c (patch) | |
tree | 4f7b3fc2be70adb48369201d064351664c2b2862 /meta/recipes-kernel/systemtap/systemtap_git.bb | |
parent | df8f55a919b3cc602ce1f1c51630c7edf6e36b55 (diff) | |
download | poky-fa3b18efecbc02029573deb00f03e7f278ea199c.tar.gz |
systemtap: Unbreak build for systems with nss headers installed
* discussed on [1]
* patch sent to systemtap [2]
[1] http://lists.linuxtogo.org/pipermail/openembedded-core/2012-June/023377.html
[2] http://sourceware.org/ml/systemtap/2012-q2/msg00202.html
(From OE-Core rev: bd17907884e3a1e1d711125a4b8def5263e97edb)
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Elizabeth Flanagan <elizabeth.flanagan@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/systemtap/systemtap_git.bb')
-rw-r--r-- | meta/recipes-kernel/systemtap/systemtap_git.bb | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/meta/recipes-kernel/systemtap/systemtap_git.bb b/meta/recipes-kernel/systemtap/systemtap_git.bb index 4d340fc8a2..7ed5fcdc47 100644 --- a/meta/recipes-kernel/systemtap/systemtap_git.bb +++ b/meta/recipes-kernel/systemtap/systemtap_git.bb | |||
@@ -6,19 +6,15 @@ DEPENDS = "elfutils sqlite3 systemtap-native" | |||
6 | DEPENDS_virtclass-native = "elfutils-native sqlite3-native gettext-native" | 6 | DEPENDS_virtclass-native = "elfutils-native sqlite3-native gettext-native" |
7 | DEPENDS_virtclass-nativesdk = "elfutils-nativesdk sqlite3-nativesdk gettext-nativesdk" | 7 | DEPENDS_virtclass-nativesdk = "elfutils-nativesdk sqlite3-nativesdk gettext-nativesdk" |
8 | 8 | ||
9 | PR = "r4" | 9 | PR = "r5" |
10 | 10 | ||
11 | export CC_FOR_BUILD = "${BUILD_CC}" | 11 | export CC_FOR_BUILD = "${BUILD_CC}" |
12 | export CFLAGS_FOR_BUILD = "${BUILD_CFLAGS}" | 12 | export CFLAGS_FOR_BUILD = "${BUILD_CFLAGS}" |
13 | export LDFLAGS_FOR_BUILD = "${BUILD_LDFLAGS}" | 13 | export LDFLAGS_FOR_BUILD = "${BUILD_LDFLAGS}" |
14 | 14 | ||
15 | EXTRA_OECONF += "--with-libelf=${STAGING_DIR_TARGET} --without-rpm \ | 15 | EXTRA_OECONF += "--with-libelf=${STAGING_DIR_TARGET} --without-rpm \ |
16 | ac_cv_file__usr_include_nss=no \ | 16 | --without-nss --without-avahi \ |
17 | ac_cv_file__usr_include_nss3=no \ | 17 | --disable-server --disable-grapher " |
18 | ac_cv_file__usr_include_nspr=no \ | ||
19 | ac_cv_file__usr_include_nspr4=no \ | ||
20 | ac_cv_file__usr_include_avahi_client=no \ | ||
21 | ac_cv_file__usr_include_avahi_common=no " | ||
22 | 18 | ||
23 | STAP_DOCS ?= "--disable-docs --disable-publican --disable-refdocs" | 19 | STAP_DOCS ?= "--disable-docs --disable-publican --disable-refdocs" |
24 | 20 | ||