From: Robert Yang Date: Wed, 13 Aug 2014 08:18:12 +0000 (-0700) Subject: xz: set CONFIG_SHELL to /bin/sh X-Git-Tag: 2015-4~1841 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=786530de31553b3e0a93874bdc425bfca50a5866;p=openembedded-core.git 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 Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-extended/xz/xz_5.1.3alpha.bb b/meta/recipes-extended/xz/xz_5.1.3alpha.bb index b8501a5a39..168e3837d8 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"