aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/systemtap/systemtap_git.bb
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@googlemail.com>2012-06-07 16:36:49 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-06-08 11:31:03 +0100
commitbd17907884e3a1e1d711125a4b8def5263e97edb (patch)
tree73e457e986d43d966140df218f8c69d9fe607884 /meta/recipes-kernel/systemtap/systemtap_git.bb
parentf8a054aca9962ebfd4c74fc1d34cd684de6b3568 (diff)
downloadopenembedded-core-contrib-bd17907884e3a1e1d711125a4b8def5263e97edb.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 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.bb10
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"
DEPENDS_virtclass-native = "elfutils-native sqlite3-native gettext-native"
DEPENDS_virtclass-nativesdk = "elfutils-nativesdk sqlite3-nativesdk gettext-nativesdk"
-PR = "r4"
+PR = "r5"
export CC_FOR_BUILD = "${BUILD_CC}"
export CFLAGS_FOR_BUILD = "${BUILD_CFLAGS}"
export LDFLAGS_FOR_BUILD = "${BUILD_LDFLAGS}"
EXTRA_OECONF += "--with-libelf=${STAGING_DIR_TARGET} --without-rpm \
- ac_cv_file__usr_include_nss=no \
- ac_cv_file__usr_include_nss3=no \
- ac_cv_file__usr_include_nspr=no \
- ac_cv_file__usr_include_nspr4=no \
- ac_cv_file__usr_include_avahi_client=no \
- ac_cv_file__usr_include_avahi_common=no "
+ --without-nss --without-avahi \
+ --disable-server --disable-grapher "
STAP_DOCS ?= "--disable-docs --disable-publican --disable-refdocs"