[oe-commits] Hongxu Jia : xorg-lib-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: 80259291d6a066d43de2976da80cd327d7335d33
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=80259291d6a066d43de2976da80cd327d7335d33

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

xorg-lib-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-lib/xorg-lib-common.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc b/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc
index 3db67ce..09df010 100644
--- a/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc
+++ b/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc
@@ -16,7 +16,7 @@ inherit autotools distro_features_check pkgconfig
 EXTRA_OECONF = "--disable-specs --without-groff --without-ps2pdf --without-fop"
 
 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"
 
 UNKNOWN_CONFIGURE_WHITELIST += "--enable-malloc0returnsnull --disable-malloc0returnsnull \
                                 --disable-specs --without-groff --without-ps2pdf --without-fop \



More information about the Openembedded-commits mailing list