From 9582b2cf5b731b837b66051e2fd0ef0dcecb7725 Mon Sep 17 00:00:00 2001 From: Joshua Watt Date: Wed, 13 Nov 2019 15:24:00 -0600 Subject: 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 Signed-off-by: Richard Purdie --- meta/recipes-devtools/icecc-create-env/icecc-create-env_0.1.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta/recipes-devtools/icecc-create-env') diff --git a/meta/recipes-devtools/icecc-create-env/icecc-create-env_0.1.bb b/meta/recipes-devtools/icecc-create-env/icecc-create-env_0.1.bb index 053945ebbc..231c1c20ec 100644 --- a/meta/recipes-devtools/icecc-create-env/icecc-create-env_0.1.bb +++ b/meta/recipes-devtools/icecc-create-env/icecc-create-env_0.1.bb @@ -34,3 +34,5 @@ do_install() { } BBCLASSEXTEND = "native nativesdk" + +RDEPENDS_${PN}_class-nativesdk = "patchelf" -- cgit v1.2.3-54-g00ecf