mirror of
https://git.yoctoproject.org/poky
synced 2026-04-22 15:32:14 +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. Signed-off-by: Joshua Lock <josh@linux.intel.com>
This commit is contained in:
@@ -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