]> 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:54:22 +0000 (15:54 +0100)
commitc6c701f424aeb502d20ff02d02712e56f4e259a5
tree165f73a9e8cfceceef656cc700152e016fd8c893
parent90e22bbb316088fa951d51e75de4e5424bd51ed6
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