]> code.ossystems Code Review - openembedded-core.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:20:27 +0000 (13:20 +0000)
commit96d5831ef0e535d3f91acd3e979316355fbde04e
treea80c4c6e4e42f4b599c9bae7b1abf9ebaa6db2b1
parentc86aa6edab842c579177fe5c1f8647290b58fe61
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.

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