diff options
author | Ross Burton <ross.burton@intel.com> | 2015-01-08 15:37:39 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-01-16 22:59:44 +0000 |
commit | 7bca8658c55223bf4b6f691e4a66a18675a1f762 (patch) | |
tree | 4f73a6f14511dc24e4bd5c1117126b6be10d5a03 | |
parent | 20b0168da47d6e30fcbaf6adab3bde0d398d0d00 (diff) | |
download | openembedded-core-7bca8658c55223bf4b6f691e4a66a18675a1f762.tar.gz openembedded-core-7bca8658c55223bf4b6f691e4a66a18675a1f762.tar.bz2 openembedded-core-7bca8658c55223bf4b6f691e4a66a18675a1f762.zip |
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>
-rw-r--r-- | meta/recipes-kernel/oprofile/oprofile.inc | 2 |
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 |