diff options
author | Ross Burton <ross.burton@intel.com> | 2015-09-14 16:37:30 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-09-16 21:38:18 +0100 |
commit | 487d4b4d5521ca490e22668ca66921504a1b898f (patch) | |
tree | e1174cccb00e25fe1276b5518a248397b2c63326 /meta/recipes-core/glibc/glibc_2.22.bb | |
parent | ce9a7501ea29ddba61ef7c297223b3f7eca5a2a1 (diff) | |
download | openembedded-core-487d4b4d5521ca490e22668ca66921504a1b898f.tar.gz openembedded-core-487d4b4d5521ca490e22668ca66921504a1b898f.tar.bz2 openembedded-core-487d4b4d5521ca490e22668ca66921504a1b898f.zip |
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.
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-core/glibc/glibc_2.22.bb')
-rw-r--r-- | meta/recipes-core/glibc/glibc_2.22.bb | 1 |
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 \ file://0025-eglibc-Install-PIC-archives.patch \ file://0026-eglibc-dl_debug_mask-is-controlled-by-__OPTION_EGLIB.patch \ file://0027-eglibc-use-option-groups-Conditionally-exclude-c-tes.patch \ + file://nscd-no-bash.patch \ " SRC_URI += "\ |