]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
icecc-create-env: Use program interpreter for deps
authorJoshua Watt <jpewhacker@gmail.com>
Mon, 12 Feb 2018 16:52:01 +0000 (10:52 -0600)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 15 Feb 2018 13:28:54 +0000 (13:28 +0000)
commit3e10060c99d6752236317c7590a0aa7563193346
tree93c4bfc7868be4991dc1e2a6cae9616fb6013ee2
parent60ff32e38df02dc29aa161f922789b42f2ebb19c
icecc-create-env: Use program interpreter for deps

ldd cannot always be used to determine a program's dependencies
correctly, particularly when the program specifies an alternate program
interpreter (dynamic loader). This commonly happens when using a
uninative tarball. Instead, determine the program's requested
interpreter, and ask it to list the dependencies.

(From OE-Core rev: 96d5831ef0e535d3f91acd3e979316355fbde04e)

Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/icecc-create-env/icecc-create-env/icecc-create-env