[oe-commits] [openembedded-core] 13/17: xmlto: ensure /bin/bash is used as bash

git at git.openembedded.org git at git.openembedded.org
Mon Mar 7 00:12:25 UTC 2016


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

commit e89cd308792f613e5b4765dc0f7f21569aaaab6f
Author: Ross Burton <ross.burton at intel.com>
AuthorDate: Sat Mar 5 00:12:03 2016 +0000

    xmlto: ensure /bin/bash is used as bash
    
    The xmlto script uses bashisms and checks at configure time to find a bash
    binary.  If the build host has /bin/sh as bash then this gets detected, which
    causes problems in native builds if the sstate is then shared to a machine with
    /bin/sh as dash.
    
    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 514f527..54438ef 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 = " XMLLINT=xmllint XSLTPROC=xsltproc"
+EXTRA_OECONF_append = " BASH=/bin/bash 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