]> code.ossystems Code Review - openembedded-core.git/commitdiff
xmlto-native: fixes slow creation of yocto docs
authorAlejandro Hernandez <alejandro.hernandez@linux.intel.com>
Tue, 27 Jan 2015 23:26:31 +0000 (17:26 -0600)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 3 Feb 2015 14:53:42 +0000 (14:53 +0000)
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@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-devtools/xmlto/xmlto_0.0.26.bb

index 160aa5dfb7c56c20f35bb74f20a890e9fffa1cb9..a7a01830aef7dffa1825e9eadb639a24505a1f35 100644 (file)
@@ -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"