[oe-commits] Alejandro Hernandez : xmlto-native: fixes slow creation of yocto docs

git at git.openembedded.org git at git.openembedded.org
Tue Feb 3 14:54:18 UTC 2015


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

Author: Alejandro Hernandez <alejandro.hernandez at linux.intel.com>
Date:   Tue Jan 27 17:26:31 2015 -0600

xmlto-native: fixes slow creation of yocto docs

Forces native RDEPENDS of xmlto-native to be built and installed
since those files are required when creating yocto-docs
if not found, they are downloaded from upstream everytime
significant time difference is achieved.

[YOCTO #7148]

Signed-off-by: Alejandro Hernandez <alejandro.hernandez at linux.intel.com>
Signed-off-by: Ross Burton <ross.burton at intel.com>

---

 meta/recipes-devtools/xmlto/xmlto_0.0.26.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-devtools/xmlto/xmlto_0.0.26.bb b/meta/recipes-devtools/xmlto/xmlto_0.0.26.bb
index 160aa5d..a7a0183 100644
--- a/meta/recipes-devtools/xmlto/xmlto_0.0.26.bb
+++ b/meta/recipes-devtools/xmlto/xmlto_0.0.26.bb
@@ -35,3 +35,4 @@ do_install_append() {
     create_wrapper ${D}/${bindir}/xmlto XML_CATALOG_FILES=${sysconfdir}/xml/catalog.xml
 }
 
+do_populate_sysroot[rdeptask] = "do_populate_sysroot"



More information about the Openembedded-commits mailing list