]> code.ossystems Code Review - openembedded-core.git/commit
staging: Add dependency on virtual/binutils for strip binary
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 12 Jan 2017 13:30:02 +0000 (13:30 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 19 Jan 2017 22:45:54 +0000 (22:45 +0000)
commit9a799f70574ee8e0b1267497edfb4ac63166ef8f
tree9efcc12e6d894671c4d49d80d4d56d7bd07d3941
parent941ec7c50c30052e346e72fef2920135dba89a21
staging: Add dependency on virtual/binutils for strip binary

The staging code strips binaries and we need virtual/binutils for that.
Add a specific dependency since the one from do_configure and others
may not be enough to ensure the binaries are in our own sysroot.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/allarch.bbclass
meta/classes/image.bbclass
meta/classes/staging.bbclass