[oe-commits] [openembedded-core] 24/50: icecc-create-env: Use OE patchelf in SDK

git at git.openembedded.org git at git.openembedded.org
Thu Nov 14 13:21:53 UTC 2019


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master
in repository openembedded-core.

commit b0293d9734372c90a0b4eec7967b55e0db96102e
Author: Joshua Watt <jpewhacker at gmail.com>
AuthorDate: Wed Nov 13 15:24:00 2019 -0600

    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.
    
    Signed-off-by: Joshua Watt <JPEWhacker at gmail.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-devtools/icecc-create-env/icecc-create-env_0.1.bb | 2 ++
 1 file changed, 2 insertions(+)

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 053945e..231c1c2 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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list