Re: [OE-core] [PATCH] lsof: add contingency for when EGLIBCVERSION is not set

2013-11-26 Thread Randy MacLeod
This change is not useful for oe-core. I suppose it's being sent to be Yocto compliant and no merge is expected. ../Randy On Tue, Nov 26, 2013 at 3:42 AM, wrote: > From: Paul Gortmaker > > commit 8c38bc022de209187f31952ae02313dd3104f4c6 ("lsof: define > linux C library type when using eglibc"

[OE-core] [PATCH] lsof: add contingency for when EGLIBCVERSION is not set

2013-11-26 Thread jackie.huang
From: Paul Gortmaker commit 8c38bc022de209187f31952ae02313dd3104f4c6 ("lsof: define linux C library type when using eglibc") tries to avoid the built in tests that determine EGLIBC version (since they are not reliable in cross builds) and handed in the EGLIBCVERSION directly. However this is onl