summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/glibc/glibc_2.22.bb
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2015-09-14 16:37:30 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-09-18 09:05:22 +0100
commit32472dcb4e956b901bd02bc3573e9c0b76777739 (patch)
treecdc1b1cb0a4cfcf0518ecff7bc7ba89163901ac9 /meta/recipes-core/glibc/glibc_2.22.bb
parentd8eb9d41b0afb48f98dc59383cf886c8ca53c21a (diff)
downloadpoky-32472dcb4e956b901bd02bc3573e9c0b76777739.tar.gz
glibc: don't require bash for nscd init script
The nscd init script uses #! /bin/bash but only really uses one bashism (translated strings), so remove them and switch the shell to #! /bin/sh. (From OE-Core rev: 487d4b4d5521ca490e22668ca66921504a1b898f) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/glibc/glibc_2.22.bb')
-rw-r--r--meta/recipes-core/glibc/glibc_2.22.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/glibc/glibc_2.22.bb b/meta/recipes-core/glibc/glibc_2.22.bb
index f0e1fad450..09f0428ea2 100644
--- a/meta/recipes-core/glibc/glibc_2.22.bb
+++ b/meta/recipes-core/glibc/glibc_2.22.bb
@@ -38,6 +38,7 @@ SRC_URI = "${GLIBC_GIT_URI};branch=${BRANCH};name=glibc \
38 file://0025-eglibc-Install-PIC-archives.patch \ 38 file://0025-eglibc-Install-PIC-archives.patch \
39 file://0026-eglibc-dl_debug_mask-is-controlled-by-__OPTION_EGLIB.patch \ 39 file://0026-eglibc-dl_debug_mask-is-controlled-by-__OPTION_EGLIB.patch \
40 file://0027-eglibc-use-option-groups-Conditionally-exclude-c-tes.patch \ 40 file://0027-eglibc-use-option-groups-Conditionally-exclude-c-tes.patch \
41 file://nscd-no-bash.patch \
41" 42"
42 43
43SRC_URI += "\ 44SRC_URI += "\