[OE-core] [PATCH 1/1] xmlto-native: fixes slow creation of yocto docs

Alejandro Hernandez alejandro.hernandez at linux.intel.com
Tue Jan 27 23:26:31 UTC 2015


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>
---
 meta/recipes-devtools/xmlto/xmlto_0.0.25.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-devtools/xmlto/xmlto_0.0.25.bb b/meta/recipes-devtools/xmlto/xmlto_0.0.25.bb
index 2698b1c..bd57b28 100644
--- a/meta/recipes-devtools/xmlto/xmlto_0.0.25.bb
+++ b/meta/recipes-devtools/xmlto/xmlto_0.0.25.bb
@@ -36,3 +36,4 @@ do_install_append() {
     create_wrapper ${D}/${bindir}/xmlto XML_CATALOG_FILES=${sysconfdir}/xml/catalog.xml
 }

+do_populate_sysroot[rdeptask] = "do_populate_sysroot"
-- 
1.9.1




More information about the Openembedded-core mailing list