mirror of
https://git.yoctoproject.org/poky
synced 2026-04-20 18:32:12 +02:00
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. (From OE-Core rev: 7bca8658c55223bf4b6f691e4a66a18675a1f762) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
c2c4579c49
commit
ca133bcbd1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user