[oe-commits] [openembedded-core] 01/23: xmlto: Add libxslt to native DEPENDS

git at git.openembedded.org git at git.openembedded.org
Thu Oct 6 21:45:38 UTC 2016


rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 040353e4717daa0e1fcd31bb58960f940623348f
Author: Saul Wold <sgw at linux.intel.com>
AuthorDate: Thu Oct 6 11:38:59 2016 -0700

    xmlto: Add libxslt to native DEPENDS
    
    xmlto requires xsltproc to work correctly, it was being included
    for the target, but may have been finding host contamination.
    
    [YOCTO #10366]
    
    Signed-off-by: Saul Wold <sgw at linux.intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-devtools/xmlto/xmlto_0.0.28.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb b/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb
index 886e7b4..aaaeb6e 100644
--- a/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb
+++ b/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb
@@ -13,6 +13,7 @@ SRC_URI[md5sum] = "a1fefad9d83499a15576768f60f847c6"
 SRC_URI[sha256sum] = "2f986b7c9a0e9ac6728147668e776d405465284e13c74d4146c9cbc51fd8aad3"
 
 inherit autotools
+RDEPENDS_class-native = "libxslt-native"
 
 # xmlto needs getopt/xmllint/xsltproc/bash/tail at runtime
 RDEPENDS_${PN} = "docbook-xml-dtd4 \

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list