[oe-commits] Tom Zanussi : systemtap: disable document generation by default

git at git.openembedded.org git at git.openembedded.org
Sat Apr 14 08:39:46 UTC 2012


Module: openembedded-core.git
Branch: master
Commit: e37391a949fb0a6edf87eb910e93a17caf309119
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=e37391a949fb0a6edf87eb910e93a17caf309119

Author: Tom Zanussi <tom.zanussi at intel.com>
Date:   Fri Apr 13 14:56:03 2012 -0500

systemtap: disable document generation by default

Building the systemtap documentation adds significantly to the build
time, so disable it by default.

Signed-off-by: Tom Zanussi <tom.zanussi at intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-kernel/systemtap/systemtap_git.bb |    4 ++++
 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 1d2c9f3..91bccd1 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 \
 	     ac_cv_file__usr_include_avahi_client=no \
 	     ac_cv_file__usr_include_avahi_common=no "
 
+STAP_DOCS ?= "--disable-docs --disable-publican --disable-refdocs"
+
+EXTRA_OECONF += "${STAP_DOCS} "
+
 inherit autotools gettext
 
 BBCLASSEXTEND = "native nativesdk"





More information about the Openembedded-commits mailing list