From: Tom Zanussi Date: Fri, 13 Apr 2012 19:56:03 +0000 (-0500) Subject: systemtap: disable document generation by default X-Git-Tag: 2015-4~10993 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=e37391a949fb0a6edf87eb910e93a17caf309119;p=openembedded-core.git 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 Signed-off-by: Richard Purdie --- 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 \ 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"