summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-kernel/systemtap/systemtap_git.bb2
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"
13PR = "r1" 13PR = "r1"
14 14
15EXTRA_OECONF += "--with-libelf=${STAGING_DIR_TARGET} --without-rpm \ 15EXTRA_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
19STAP_DOCS ?= "--disable-docs --disable-publican --disable-refdocs" 19STAP_DOCS ?= "--disable-docs --disable-publican --disable-refdocs"