getent: look for glibc's getent in more places
authorArnout Vandecappelle <arnout@mind.be>
Wed, 15 Oct 2014 12:15:22 +0000 (14:15 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Thu, 16 Oct 2014 09:01:45 +0000 (11:01 +0200)
commit7f971ecf722e19a3f1ac9db4c3391097d189f4df
tree70b53d2c852958d9f706226890d6081cc5a65d6a
parenta1a1f1f5e025d035840901e957d2caeba0779d39
getent: look for glibc's getent in more places

External toolchains don't always install the executable in /usr/bin -
God knows why. So check in a few more places.

We can use make's $(wildcard ...) here, because the variable only gets
expanded when the install step is executed, and by that time the
STAGING_DIR has already been installed.

Probably fixes most getent autobuilder errors, at least if fixes
http://autobuild.buildroot.net/results/615b9d17f713b4a53192efb00188560a76b9efa3/

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/getent/getent.mk