]> code.ossystems Code Review - openembedded-core.git/commit
glibc: don't require bash for nscd init script
authorRoss Burton <ross.burton@intel.com>
Mon, 14 Sep 2015 15:37:30 +0000 (16:37 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 16 Sep 2015 20:38:18 +0000 (21:38 +0100)
commit487d4b4d5521ca490e22668ca66921504a1b898f
treee1174cccb00e25fe1276b5518a248397b2c63326
parentce9a7501ea29ddba61ef7c297223b3f7eca5a2a1
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>
meta/recipes-core/glibc/glibc/nscd-no-bash.patch [new file with mode: 0644]
meta/recipes-core/glibc/glibc_2.22.bb