]> code.ossystems Code Review - openembedded-core.git/commitdiff
xorg-*: disable xmlto where it was failing
authorMartin Jansa <Martin.Jansa@gmail.com>
Fri, 23 Dec 2011 10:18:24 +0000 (11:18 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 17 Jan 2012 14:53:00 +0000 (14:53 +0000)
* 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

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
meta/recipes-graphics/xorg-lib/xorg-lib-common.inc
meta/recipes-graphics/xorg-proto/xorg-proto-common.inc
meta/recipes-graphics/xorg-xserver/xserver-xorg.inc

index d843d65efd523323d09c3283e28f4138c179b06a..d106054ef145f0a2f0e1877af0f8e2a18295eb7f 100644 (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"
index 765e30a3aa469cacb31b3ad1eb4cd23550b6f807..856f4d8f33f23adfa15343277ca691f7eefdc149 100644 (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 = ""
index b387790d10d339eec97e112ff1fa42ece232009c..ca7d33a6610d861425172ceb4707ea74ca99c7da 100644 (file)
@@ -9,4 +9,5 @@ EXTRA_OECONF += "\
                  --enable-glx-tls \
                  --with-pic \
                  --with-int10=x86emu \
+                 --without-xmlto \
 "