diff options
author | Alejandro Hernandez <alejandro.hernandez@linux.intel.com> | 2015-01-27 17:26:31 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-02-03 14:53:54 +0000 |
commit | 4cc8614cbaf498944af403ea267c7afce5726a91 (patch) | |
tree | 366a81101656fc48c9895331164921ce15b0bb59 /meta/recipes-devtools | |
parent | ee9acb13cbb8e128771a173b780efc83e4c20e63 (diff) | |
download | poky-4cc8614cbaf498944af403ea267c7afce5726a91.tar.gz |
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]
(From OE-Core rev: 928d41cb7343c23f586a2a1a5e6f81569d9c261b)
Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/xmlto/xmlto_0.0.26.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/xmlto/xmlto_0.0.26.bb b/meta/recipes-devtools/xmlto/xmlto_0.0.26.bb index 160aa5dfb7..a7a01830ae 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() { | |||
35 | create_wrapper ${D}/${bindir}/xmlto XML_CATALOG_FILES=${sysconfdir}/xml/catalog.xml | 35 | create_wrapper ${D}/${bindir}/xmlto XML_CATALOG_FILES=${sysconfdir}/xml/catalog.xml |
36 | } | 36 | } |
37 | 37 | ||
38 | do_populate_sysroot[rdeptask] = "do_populate_sysroot" | ||