mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 12:32:15 +02:00
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 <josh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
115ffb9a3c
commit
9487fbe615
@@ -13,4 +13,4 @@ S = "${WORKDIR}/${XORG_PN}-${PV}"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
|
||||
EXTRA_OECONF = "--enable-malloc0returnsnull"
|
||||
EXTRA_OECONF = "--enable-malloc0returnsnull --with-fop=no"
|
||||
|
||||
@@ -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 = ""
|
||||
|
||||
Reference in New Issue
Block a user