From 9487fbe615ad26827a342f9a9dbca2fd15cb8b10 Mon Sep 17 00:00:00 2001 From: Joshua Lock Date: Thu, 31 Mar 2011 13:43:41 +0100 Subject: 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. (From OE-Core rev: 396db4b577b3e7b334e9019fc43d5e03d5343479) Signed-off-by: Joshua Lock Signed-off-by: Richard Purdie --- meta/recipes-graphics/xorg-proto/xorg-proto-common.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-graphics/xorg-proto') 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 = "" -- cgit v1.2.3-54-g00ecf