From 6fe82a9ed6c7967aaf25c861400de4a9379e92c6 Mon Sep 17 00:00:00 2001 From: Robert Yang Date: Thu, 14 Aug 2014 05:05:43 -0700 Subject: 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 Signed-off-by: Richard Purdie --- meta/recipes-extended/grep/grep_2.19.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-extended/grep/grep_2.19.bb') diff --git a/meta/recipes-extended/grep/grep_2.19.bb b/meta/recipes-extended/grep/grep_2.19.bb index f38a9a6171..9c162cca49 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" -- cgit 1.2.3-korg