From: Robert Yang <liezhi.yang@windriver.com>
To: <openembedded-core@lists.openembedded.org>
Subject: Re: [PATCH 0/2] Set CONFIG_SHELL for xz and gzip
Date: Thu, 14 Aug 2014 20:13:10 +0800 [thread overview]
Message-ID: <53ECA7D6.2030408@windriver.com> (raw)
In-Reply-To: <cover.1407917762.git.liezhi.yang@windriver.com>
I added grep's patch which is similar to xz and gzip to the repo,
so there should be 3 patches:
git://git.openembedded.org/openembedded-core-contrib rbt/bash
====== patch ======
grep: 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@windriver.com>
---
meta/recipes-extended/grep/grep_2.19.bb | 1 +
meta/recipes-extended/grep/grep_2.5.1a.bb | 2 ++
2 files changed, 3 insertions(+)
diff --git a/meta/recipes-extended/grep/grep_2.19.bb
b/meta/recipes-extended/grep/grep_2.19.bb
index f38a9a6..9c162cc 100644
--- a/meta/recipes-extended/grep/grep_2.19.bb
+++ b/meta/recipes-extended/grep/grep_2.19.bb
@@ -36,3 +36,4 @@ ALTERNATIVE_LINK_NAME[grep] = "${base_bindir}/grep"
ALTERNATIVE_LINK_NAME[egrep] = "${base_bindir}/egrep"
ALTERNATIVE_LINK_NAME[fgrep] = "${base_bindir}/fgrep"
+export CONFIG_SHELL="/bin/sh"
diff --git a/meta/recipes-extended/grep/grep_2.5.1a.bb
b/meta/recipes-extended/grep/grep_2.5.1a.bb
index 79842ba..1ce112e 100644
--- a/meta/recipes-extended/grep/grep_2.5.1a.bb
+++ b/meta/recipes-extended/grep/grep_2.5.1a.bb
@@ -47,3 +47,5 @@ ALTERNATIVE_${PN} = "grep egrep fgrep"
ALTERNATIVE_LINK_NAME[grep] = "${base_bindir}/grep"
ALTERNATIVE_LINK_NAME[egrep] = "${base_bindir}/egrep"
ALTERNATIVE_LINK_NAME[fgrep] = "${base_bindir}/fgrep"
+
+export CONFIG_SHELL="/bin/sh"
--
1.7.9.5
// Robert
On 08/13/2014 04:18 PM, Robert Yang wrote:
> The following changes since commit 4321c553d5ae816e566234e981a0815bba046d39:
>
> SIGGEN_EXCLUDERECIPES_ABISAFE: add initscripts (2014-08-11 17:44:09 +0100)
>
> are available in the git repository at:
>
> git://git.openembedded.org/openembedded-core-contrib rbt/bash
> http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=rbt/bash
>
> Robert Yang (2):
> xz: set CONFIG_SHELL to /bin/sh
> gzip: set CONFIG_SHELL to /bin/sh
>
> meta/recipes-extended/gzip/gzip.inc | 2 ++
> meta/recipes-extended/xz/xz_5.1.3alpha.bb | 2 ++
> 2 files changed, 4 insertions(+)
>
prev parent reply other threads:[~2014-08-14 12:13 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-08-13 8:18 [PATCH 0/2] Set CONFIG_SHELL for xz and gzip Robert Yang
2014-08-13 8:18 ` [PATCH 1/2] xz: set CONFIG_SHELL to /bin/sh Robert Yang
2014-08-13 8:18 ` [PATCH 2/2] gzip: " Robert Yang
2014-08-14 12:13 ` Robert Yang [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=53ECA7D6.2030408@windriver.com \
--to=liezhi.yang@windriver.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox