From: Ross Burton Date: Tue, 8 Mar 2016 11:27:35 +0000 (+0000) Subject: xmlto: tell xmlto where cp is X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~26639 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=46baed0fc22ab33c6481ec1cb1697f85593b4794;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git xmlto: tell xmlto where cp is xmlto looks for a cp binary, and on e.g. Fedora 23 will find it at /usr/bin/cp but most other distros have it at /bin/cp. This causing problems with sharing sstate between distributions, but as /bin is a symlink on F23 we can safely force the path to /bin/cp. Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb b/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb index 54438ef01e3..71f873f9ee6 100644 --- a/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb +++ b/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb @@ -27,7 +27,7 @@ RDEPENDS_${PN}_append_class-target = " \ BBCLASSEXTEND = "native" -EXTRA_OECONF_append = " BASH=/bin/bash XMLLINT=xmllint XSLTPROC=xsltproc" +EXTRA_OECONF_append = " BASH=/bin/bash GCP=/bin/cp XMLLINT=xmllint XSLTPROC=xsltproc" do_install_append() { install -d ${D}${sysconfdir}/xml/