]> code.ossystems Code Review - openembedded-core.git/commitdiff
xorg-[lib-common|proto-common]: disable use of fop document generation
authorJoshua Lock <josh@linux.intel.com>
Thu, 31 Mar 2011 12:43:41 +0000 (13:43 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 4 Apr 2011 12:54:22 +0000 (13:54 +0100)
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>
meta/recipes-graphics/xorg-lib/xorg-lib-common.inc
meta/recipes-graphics/xorg-proto/xorg-proto-common.inc

index 4ed8c866ea6ed1d7c8fa0dd5837d4ad49bf93ded..d843d65efd523323d09c3283e28f4138c179b06a 100644 (file)
@@ -13,4 +13,4 @@ S = "${WORKDIR}/${XORG_PN}-${PV}"
 
 inherit autotools pkgconfig
 
-EXTRA_OECONF = "--enable-malloc0returnsnull"
+EXTRA_OECONF = "--enable-malloc0returnsnull --with-fop=no"
index 92aa1fe6d3dde78483276b7876326c827fdc2ab5..ab1af283116a956c245a8b5843253100fbc80cd8 100644 (file)
@@ -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 = ""