diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/xmlto/xmlto_0.0.28.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb b/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb index 514f527ac7..54438ef01e 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/ |