diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2014-08-13 01:18:13 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-08-23 09:26:12 +0100 |
commit | e06238bfdcab16e358aabd257191ac4ef89696cc (patch) | |
tree | 76158e222d23ce674aca5fee3f7a335e8393d02f /meta/recipes-extended/gzip/gzip.inc | |
parent | 086936ac3d7fab17abb89c713d148a4cb35c1588 (diff) | |
download | poky-e06238bfdcab16e358aabd257191ac4ef89696cc.tar.gz |
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.
(From OE-Core rev: 49ee0da024dcb80026b5dc23367e79e0ed80e6aa)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/gzip/gzip.inc')
-rw-r--r-- | meta/recipes-extended/gzip/gzip.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-extended/gzip/gzip.inc b/meta/recipes-extended/gzip/gzip.inc index eeeafe02c3..671b1eb16a 100644 --- a/meta/recipes-extended/gzip/gzip.inc +++ b/meta/recipes-extended/gzip/gzip.inc | |||
@@ -30,3 +30,5 @@ ALTERNATIVE_${PN} = "gunzip gzip zcat" | |||
30 | ALTERNATIVE_LINK_NAME[gunzip] = "${base_bindir}/gunzip" | 30 | ALTERNATIVE_LINK_NAME[gunzip] = "${base_bindir}/gunzip" |
31 | ALTERNATIVE_LINK_NAME[gzip] = "${base_bindir}/gzip" | 31 | ALTERNATIVE_LINK_NAME[gzip] = "${base_bindir}/gzip" |
32 | ALTERNATIVE_LINK_NAME[zcat] = "${base_bindir}/zcat" | 32 | ALTERNATIVE_LINK_NAME[zcat] = "${base_bindir}/zcat" |
33 | |||
34 | export CONFIG_SHELL="/bin/sh" | ||