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

git at git.openembedded.org git at git.openembedded.org
Thu Aug 21 08:02:44 UTC 2014


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

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

gzip: 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/gzip/gzip.inc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/recipes-extended/gzip/gzip.inc b/meta/recipes-extended/gzip/gzip.inc
index eeeafe0..671b1eb 100644
--- a/meta/recipes-extended/gzip/gzip.inc
+++ b/meta/recipes-extended/gzip/gzip.inc
@@ -30,3 +30,5 @@ ALTERNATIVE_${PN} = "gunzip gzip zcat"
 ALTERNATIVE_LINK_NAME[gunzip] = "${base_bindir}/gunzip"
 ALTERNATIVE_LINK_NAME[gzip] = "${base_bindir}/gzip"
 ALTERNATIVE_LINK_NAME[zcat] = "${base_bindir}/zcat"
+
+export CONFIG_SHELL="/bin/sh"



More information about the Openembedded-commits mailing list