mirror of
https://git.yoctoproject.org/poky
synced 2026-04-29 18:32:20 +02:00
There can be a conflict between the nativesdk libc and the host system's libc. It is assumed the nativesdk version is of an equal or higher version. This is a particular issue for pseudo if its loading a system binary since the system's libc might be used of an older verison which would then confuse libpseudo.so when loaded as a preload. To avoid this, set LD_LIBRARY_PATH so the nativesdk libc is always used. Since we now use --without-rpath, we can remove the MAKEOPTS RPATH workaround. [YOCTO #2299] (From OE-Core rev: a481fe3b9883aa744be3253e2b4b27e6e46eb059) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
9 lines
251 B
BlitzBasic
9 lines
251 B
BlitzBasic
require pseudo.inc
|
|
|
|
PR = "r9"
|
|
|
|
SRC_URI = "http://www.yoctoproject.org/downloads/${BPN}/${BPN}-${PV}.tar.bz2"
|
|
|
|
SRC_URI[md5sum] = "5832bb70e6dce1a17b9b33a9c5c4b923"
|
|
SRC_URI[sha256sum] = "2f30e2e9ec966cec3a321fc2ed80408ee77ad6c0cd73aaf36f88b98e008f8508"
|