[oe-commits] [openembedded-core] 72/72: xmlto: tell xmlto where cp is

git at git.openembedded.org git at git.openembedded.org
Tue Mar 8 11:32:08 UTC 2016


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

commit 26fd5ab515289855581bcaea0cf613b12dfae727
Author: Ross Burton <ross.burton at intel.com>
AuthorDate: Tue Mar 8 11:27:35 2016 +0000

    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 <ross.burton at intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-devtools/xmlto/xmlto_0.0.28.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb b/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb
index 54438ef..71f873f 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/

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


More information about the Openembedded-commits mailing list