]> code.ossystems Code Review - openembedded-core.git/commitdiff
oprofile: disable documentation
authorRoss Burton <ross.burton@intel.com>
Thu, 8 Jan 2015 15:37:39 +0000 (15:37 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 16 Jan 2015 22:59:44 +0000 (22:59 +0000)
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@intel.com>
meta/recipes-kernel/oprofile/oprofile.inc

index 509640c806b6cf0044ab3fdb776f4f7f33ce88b7..198df30d1472eef154ce2de7bc124432d79e71c9 100644 (file)
@@ -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