mirror of
https://git.yoctoproject.org/poky
synced 2026-05-02 00:32:12 +02:00
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>
17 lines
377 B
PHP
17 lines
377 B
PHP
HOMEPAGE = "http://www.x.org"
|
|
BUGTRACKER = "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg"
|
|
|
|
SECTION = "x11/libs"
|
|
LICENSE = "MIT-X"
|
|
DEPENDS = "util-macros"
|
|
|
|
XORG_PN = "${BPN}"
|
|
|
|
SRC_URI = "${XORG_MIRROR}/individual/lib/${XORG_PN}-${PV}.tar.bz2"
|
|
|
|
S = "${WORKDIR}/${XORG_PN}-${PV}"
|
|
|
|
inherit autotools pkgconfig
|
|
|
|
EXTRA_OECONF = "--enable-malloc0returnsnull --with-fop=no"
|