From 5fabe9080862e2ba5c4ed58c750f64d916df3f59 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Fri, 23 Dec 2011 11:18:24 +0100 Subject: 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 Signed-off-by: Richard Purdie --- meta/recipes-graphics/xorg-xserver/xserver-xorg.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-graphics/xorg-xserver') diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc b/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc index b387790d10..ca7d33a661 100644 --- a/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc +++ b/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc @@ -9,4 +9,5 @@ EXTRA_OECONF += "\ --enable-glx-tls \ --with-pic \ --with-int10=x86emu \ + --without-xmlto \ " -- cgit v1.2.3-54-g00ecf