mirror of
https://git.yoctoproject.org/poky
synced 2026-04-20 18:32:12 +02:00
icecc-create-env: Use OE patchelf in SDK
The Icecream environment creation script runs when the SDK is installed and uses patchelf to fix up executables. Rather than rely on the host system to provided patchelf (which often can be older versions that produce buggy executables), mark the OE version of patchelf as a dependency of icecc-create-env when included in the SDK. (From OE-Core rev: b0293d9734372c90a0b4eec7967b55e0db96102e) Signed-off-by: Joshua Watt <JPEWhacker@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
f2d5800563
commit
9582b2cf5b
@@ -34,3 +34,5 @@ do_install() {
|
||||
}
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
RDEPENDS_${PN}_class-nativesdk = "patchelf"
|
||||
|
||||
Reference in New Issue
Block a user