xorg-*: disable xmlto where it was failing

* meta-oe now provides xmlto-native
  http://git.openembedded.org/meta-openembedded/commit/?id=ab8f876ca8fa223c183e3db2029cce88f3435a27
  but not the stylesheets for buildhosts without them it's unusable and fails, because xorg macros
  autodetecting xmlto available, see:
  http://lists.linuxtogo.org/pipermail/openembedded-devel/2011-December/037066.html
  after adding xmlto-native and stylesheets-native to DEPENDS we can enable it again

(From OE-Core rev: 58f18f04d7783cc75127f7f1c0921051431dcd8c)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Martin Jansa 2011-12-23 11:18:24 +01:00 committed by Richard Purdie
parent 1db019ac7c
commit 5fabe90808
3 changed files with 3 additions and 2 deletions

View File

@ -13,4 +13,4 @@ S = "${WORKDIR}/${XORG_PN}-${PV}"
inherit autotools pkgconfig
EXTRA_OECONF = "--enable-malloc0returnsnull --with-fop=no"
EXTRA_OECONF = "--enable-malloc0returnsnull --with-fop=no --without-xmlto"

View File

@ -14,7 +14,7 @@ S = "${WORKDIR}/${XORG_PN}-${PV}"
DEPENDS = "util-macros"
inherit autotools pkgconfig
EXTRA_OECONF = "--with-fop=no"
EXTRA_OECONF = "--with-fop=no --without-xmlto"
# ${PN} is empty so we need to tweak -dev and -dbg package dependencies
RDEPENDS_${PN}-dev = ""

View File

@ -9,4 +9,5 @@ EXTRA_OECONF += "\
--enable-glx-tls \
--with-pic \
--with-int10=x86emu \
--without-xmlto \
"