[oe-commits] Ross Burton : oprofile: disable documentation

git at git.openembedded.org git at git.openembedded.org
Fri Jan 16 23:14:50 UTC 2015


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

Author: Ross Burton <ross.burton at intel.com>
Date:   Thu Jan  8 15:37:39 2015 +0000

oprofile: disable documentation

Seed the xsltproc detection with "not found" to avoid determinism races with the
documentation which doesn't build correctly with our xsltproc.

Signed-off-by: Ross Burton <ross.burton at intel.com>

---

 meta/recipes-kernel/oprofile/oprofile.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-kernel/oprofile/oprofile.inc b/meta/recipes-kernel/oprofile/oprofile.inc
index 509640c..198df30 100644
--- a/meta/recipes-kernel/oprofile/oprofile.inc
+++ b/meta/recipes-kernel/oprofile/oprofile.inc
@@ -27,7 +27,7 @@ SRC_URI = "file://filemode-fix.patch \
 
 inherit autotools-brokensep pkgconfig ptest
 
-EXTRA_OECONF = "--with-kernel=${STAGING_KERNEL_DIR}  --without-x"
+EXTRA_OECONF = "--with-kernel=${STAGING_KERNEL_DIR}  --without-x ac_cv_prog_XSLTPROC="
 do_configure () {
 	cp ${WORKDIR}/acinclude.m4 ${S}/
 	autotools_do_configure



More information about the Openembedded-commits mailing list