diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-01-12 13:30:02 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-01-20 11:53:49 +0000 |
commit | b0f70c5f9e423b37260bf3f3c105095ba4c39afb (patch) | |
tree | dc9bc59c5d27c38822fdae912f06c3c824b383f4 /meta/classes/allarch.bbclass | |
parent | 41fb482ee132289e8663c76b813a6e3c86e201b3 (diff) | |
download | poky-b0f70c5f9e423b37260bf3f3c105095ba4c39afb.tar.gz |
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.
(From OE-Core rev: 9a799f70574ee8e0b1267497edfb4ac63166ef8f)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/allarch.bbclass')
-rw-r--r-- | meta/classes/allarch.bbclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/classes/allarch.bbclass b/meta/classes/allarch.bbclass index 9dce49879a..026214ea9a 100644 --- a/meta/classes/allarch.bbclass +++ b/meta/classes/allarch.bbclass | |||
@@ -32,6 +32,7 @@ python () { | |||
32 | d.setVar("TARGET_CFLAGS", "none") | 32 | d.setVar("TARGET_CFLAGS", "none") |
33 | d.setVar("TARGET_CXXFLAGS", "none") | 33 | d.setVar("TARGET_CXXFLAGS", "none") |
34 | d.setVar("TARGET_LDFLAGS", "none") | 34 | d.setVar("TARGET_LDFLAGS", "none") |
35 | d.setVar("POPULATESYSROOTDEPS", "") | ||
35 | 36 | ||
36 | # Avoid this being unnecessarily different due to nuances of | 37 | # Avoid this being unnecessarily different due to nuances of |
37 | # the target machine that aren't important for "all" arch | 38 | # the target machine that aren't important for "all" arch |