diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2014-08-13 01:18:12 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-08-23 09:25:07 +0100 |
commit | 786530de31553b3e0a93874bdc425bfca50a5866 (patch) | |
tree | 861626ed274c61c62386174466020e9352889d83 /meta/recipes-extended/xz | |
parent | 5d64516d81750e4e0d65792a3215568d652bec6c (diff) | |
download | openembedded-core-contrib-786530de31553b3e0a93874bdc425bfca50a5866.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.
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')
-rw-r--r-- | meta/recipes-extended/xz/xz_5.1.3alpha.bb | 2 |
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 b8501a5a390..168e3837d88 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" |