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 23:08:19 +0000 |
| commit | ca133bcbd1db6e649477471437c7056d7a60b8cd (patch) | |
| tree | 81edaf6a6e44c7aef406cbb75cdeb40717e0da1b | |
| parent | c2c4579c499163f3e36a4eaf330cfe2f6057fc2c (diff) | |
| download | poky-ca133bcbd1db6e649477471437c7056d7a60b8cd.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.
(From OE-Core rev: 7bca8658c55223bf4b6f691e4a66a18675a1f762)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -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 \ | |||
| 27 | 27 | ||
| 28 | inherit autotools-brokensep pkgconfig ptest | 28 | inherit autotools-brokensep pkgconfig ptest |
| 29 | 29 | ||
| 30 | EXTRA_OECONF = "--with-kernel=${STAGING_KERNEL_DIR} --without-x" | 30 | EXTRA_OECONF = "--with-kernel=${STAGING_KERNEL_DIR} --without-x ac_cv_prog_XSLTPROC=" |
| 31 | do_configure () { | 31 | do_configure () { |
| 32 | cp ${WORKDIR}/acinclude.m4 ${S}/ | 32 | cp ${WORKDIR}/acinclude.m4 ${S}/ |
| 33 | autotools_do_configure | 33 | autotools_do_configure |
