[oe-commits] Robert Yang : xz: set CONFIG_SHELL to /bin/sh

git at git.openembedded.org git at git.openembedded.org
Fri Aug 22 17:35:29 UTC 2014


Module: openembedded-core.git
Branch: master-next
Commit: a1c735b0f0ef2fbce613c423d9b4f08f19c0f391
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=a1c735b0f0ef2fbce613c423d9b4f08f19c0f391

Author: Robert Yang <liezhi.yang at windriver.com>
Date:   Wed Aug 13 01:18:12 2014 -0700

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 at windriver.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-extended/xz/xz_5.1.3alpha.bb | 2 ++
 1 file changed, 2 insertions(+)

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"



More information about the Openembedded-commits mailing list