summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-kernel/systemtap/systemtap_git.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-kernel/systemtap/systemtap_git.bb b/meta/recipes-kernel/systemtap/systemtap_git.bb
index 1d2c9f35e0..91bccd1fae 100644
--- a/meta/recipes-kernel/systemtap/systemtap_git.bb
+++ b/meta/recipes-kernel/systemtap/systemtap_git.bb
@@ -20,6 +20,10 @@ EXTRA_OECONF += "--with-libelf=${STAGING_DIR_TARGET} --without-rpm \
20 ac_cv_file__usr_include_avahi_client=no \ 20 ac_cv_file__usr_include_avahi_client=no \
21 ac_cv_file__usr_include_avahi_common=no " 21 ac_cv_file__usr_include_avahi_common=no "
22 22
23STAP_DOCS ?= "--disable-docs --disable-publican --disable-refdocs"
24
25EXTRA_OECONF += "${STAP_DOCS} "
26
23inherit autotools gettext 27inherit autotools gettext
24 28
25BBCLASSEXTEND = "native nativesdk" 29BBCLASSEXTEND = "native nativesdk"