glibc-stage.inc: don't overwrite gnu/stubs.h
authorMichael Smith <msmith@cbnco.com>
Thu, 9 Jul 2009 04:16:56 +0000 (04:16 +0000)
committerKoen Kooi <koen@openembedded.org>
Wed, 15 Jul 2009 23:08:21 +0000 (01:08 +0200)
commit13a89f86f4b48f10743b7346dfd0120e0125877a
treed7506e5a979400d8462a912ab2f4703686bfbaca
parent3bfbef2d3ab4e6ca62be3c509850b1d6793c193b
glibc-stage.inc: don't overwrite gnu/stubs.h

"make install" installs the full version. do_stage() was overwriting
it with an empty file that tricked openssh into calling setlogin()
and logging benign errors.

Also removing a couple of lines not required anymore, I think because
"make install-headers install-lib" was switched to "make install"
in e96e82cd.

Tested with 2.6.1 on x86.

Signed-off-by: Michael Smith <msmith@cbnco.com>
recipes/glibc/glibc-stage.inc