]> code.ossystems Code Review - openembedded-core.git/commitdiff
gzip: set CONFIG_SHELL to /bin/sh
authorRobert Yang <liezhi.yang@windriver.com>
Wed, 13 Aug 2014 08:18:13 +0000 (01:18 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 23 Aug 2014 08:25:07 +0000 (09:25 +0100)
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>
meta/recipes-extended/gzip/gzip.inc

index eeeafe02c31e9fc73c26a93022bca2d6068d084e..671b1eb16a684daddfc3e417cc627abd63c222b3 100644 (file)
@@ -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"