[oe-commits] Hongxu Jia : xorg-proto-common.inc: add missing dep for xmlto

git at git.openembedded.org git at git.openembedded.org
Wed Jul 16 09:32:03 UTC 2014


Module: openembedded-core.git
Branch: master-next
Commit: 4c6a1ba0f92e7184b4dcef10c49ce4d74a0a3d00
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=4c6a1ba0f92e7184b4dcef10c49ce4d74a0a3d00

Author: Hongxu Jia <hongxu.jia at windriver.com>
Date:   Tue Jul 15 20:10:43 2014 +0800

xorg-proto-common.inc: add missing dep for xmlto

Add docbook-xml-dtd4-native and docbook-xsl-stylesheets-native
to PACKAGECONFIG[xmlto]'s dep.

[YOCTO #2416]
Signed-off-by: Hongxu Jia <hongxu.jia at windriver.com>

Signed-off-by: Saul Wold <sgw at linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-graphics/xorg-proto/xorg-proto-common.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-graphics/xorg-proto/xorg-proto-common.inc b/meta/recipes-graphics/xorg-proto/xorg-proto-common.inc
index 852155e..7a417c9 100644
--- a/meta/recipes-graphics/xorg-proto/xorg-proto-common.inc
+++ b/meta/recipes-graphics/xorg-proto/xorg-proto-common.inc
@@ -19,7 +19,7 @@ EXTRA_OECONF = "--without-fop"
 UNKNOWN_CONFIGURE_WHITELIST += "--without-fop --without-xmlto --with-xmlto"
 
 PACKAGECONFIG ??= ""
-PACKAGECONFIG[xmlto] = "--with-xmlto, --without-xmlto, xmlto-native"
+PACKAGECONFIG[xmlto] = "--with-xmlto, --without-xmlto, xmlto-native docbook-xml-dtd4-native docbook-xsl-stylesheets-native"
 
 # ${PN} is empty so we need to tweak -dev and -dbg package dependencies
 RDEPENDS_${PN}-dev = ""



More information about the Openembedded-commits mailing list