summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/xz/xz_5.1.3alpha.bb
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2014-08-13 01:18:12 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-08-23 09:26:12 +0100
commit086936ac3d7fab17abb89c713d148a4cb35c1588 (patch)
treee9d509c4f3ee061a337c2dd44bf05eb9eb9ed8aa /meta/recipes-extended/xz/xz_5.1.3alpha.bb
parented3b6ed10df0993f0a9b14806827bff2911875fa (diff)
downloadast2050-yocto-poky-086936ac3d7fab17abb89c713d148a4cb35c1588.zip
ast2050-yocto-poky-086936ac3d7fab17abb89c713d148a4cb35c1588.tar.gz
xz: set CONFIG_SHELL to /bin/sh
It would be bash, sh, ksh or sh5 according to the host if we don't set this, and its scripts don't have bashism as the checkbashisms shows. (From OE-Core rev: 786530de31553b3e0a93874bdc425bfca50a5866) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/xz/xz_5.1.3alpha.bb')
-rw-r--r--meta/recipes-extended/xz/xz_5.1.3alpha.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-extended/xz/xz_5.1.3alpha.bb b/meta/recipes-extended/xz/xz_5.1.3alpha.bb
index b8501a5..168e383 100644
--- a/meta/recipes-extended/xz/xz_5.1.3alpha.bb
+++ b/meta/recipes-extended/xz/xz_5.1.3alpha.bb
@@ -38,3 +38,5 @@ FILES_liblzma-staticdev = "${libdir}/liblzma.a"
FILES_liblzma-dbg = "${libdir}/.debug/liblzma*"
BBCLASSEXTEND = "native nativesdk"
+
+export CONFIG_SHELL="/bin/sh"
OpenPOWER on IntegriCloud