diff options
author | Joshua Lock <josh@linux.intel.com> | 2011-03-31 13:43:41 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-04 13:54:22 +0100 |
commit | 396db4b577b3e7b334e9019fc43d5e03d5343479 (patch) | |
tree | d844feb052322437b2ba93039392a70202d649ad /meta/recipes-graphics/xorg-proto | |
parent | f6bf1971d2df74de3c6411691c9a398827b0598e (diff) | |
download | openembedded-core-396db4b577b3e7b334e9019fc43d5e03d5343479.tar.gz openembedded-core-396db4b577b3e7b334e9019fc43d5e03d5343479.tar.bz2 openembedded-core-396db4b577b3e7b334e9019fc43d5e03d5343479.zip |
xorg-[lib-common|proto-common]: disable use of fop document generation
On Fedora 15 I see a huge Java backtrace when document generation runs for
some xorg libs. As fop is automatically detected, with the possibility of
detecting fop on the host whilst doing target builds, the safest bet is to
explicitly disable fop for document generation.
Signed-off-by: Joshua Lock <josh@linux.intel.com>
Diffstat (limited to 'meta/recipes-graphics/xorg-proto')
-rw-r--r-- | meta/recipes-graphics/xorg-proto/xorg-proto-common.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xorg-proto/xorg-proto-common.inc b/meta/recipes-graphics/xorg-proto/xorg-proto-common.inc index 92aa1fe6d3..ab1af28311 100644 --- a/meta/recipes-graphics/xorg-proto/xorg-proto-common.inc +++ b/meta/recipes-graphics/xorg-proto/xorg-proto-common.inc @@ -14,6 +14,7 @@ S = "${WORKDIR}/${XORG_PN}-${PV}" DEPENDS = "util-macros" inherit autotools pkgconfig +EXTRA_OECONF = "--with-fop=no" # ${PN} is empty so we need to tweak -dev and -dbg package dependencies RDEPENDS_${PN}-dev = "" |