summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/oprofile/oprofile.inc
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2015-01-08 15:37:39 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-01-16 22:59:44 +0000
commit7bca8658c55223bf4b6f691e4a66a18675a1f762 (patch)
tree4f73a6f14511dc24e4bd5c1117126b6be10d5a03 /meta/recipes-kernel/oprofile/oprofile.inc
parent20b0168da47d6e30fcbaf6adab3bde0d398d0d00 (diff)
downloadopenembedded-core-7bca8658c55223bf4b6f691e4a66a18675a1f762.tar.gz
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@intel.com>
Diffstat (limited to 'meta/recipes-kernel/oprofile/oprofile.inc')
-rw-r--r--meta/recipes-kernel/oprofile/oprofile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/oprofile/oprofile.inc b/meta/recipes-kernel/oprofile/oprofile.inc
index 509640c806..198df30d14 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