]> code.ossystems Code Review - openembedded-core.git/commit
pseudo: Drop nativesdk wrapper and link against old memcpy symbol
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 22 Apr 2012 14:46:17 +0000 (15:46 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 22 Apr 2012 14:57:54 +0000 (15:57 +0100)
commitd6081b2940965ee1f2e545d755f31e88f0db9e35
tree165f73a9e8cfceceef656cc700152e016fd8c893
parent89b5865e7650d4bc4313a74745a605e3cd08408f
pseudo: Drop nativesdk wrapper and link against old memcpy symbol

The -nativesdk pseudo wrapper setting LD_LIBRARY_PATH turned out to be a
bad idea since it can mix up different libc and lib-dl verisons which
may or may not work depending on the phase of the moon.

As an alternative to solving the original problem, this patch drops the
symbol version requirement on memcpy which allows pseudo to work with
libc's back to 2.7 which should be sufficient for our supported targets
using nativesdk.

[YOCTO #2299]
[YOCTO #2351]

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/pseudo/files/symver.patch [new file with mode: 0644]
meta/recipes-devtools/pseudo/pseudo.inc