diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-07-10 22:31:32 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-07-12 22:55:41 +0100 |
commit | 2d498b0643f9faf10b5ebe731a1ede350361aace (patch) | |
tree | 61e40a76dfb15a9acd06f739c370a92258dae70d | |
parent | 960ed55858a22d41588903edb33a50932b0bb4a5 (diff) | |
download | poky-2d498b0643f9faf10b5ebe731a1ede350361aace.tar.gz |
buildtools-tarball: Add inherit toolchain-scripts
The core class used to have this inherit but its being phased out, add
the inherit directly where we need it instead.
(From OE-Core rev: bdd546a8a492d386afdcc24e9540b0b88e9cd230)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-core/meta/buildtools-tarball.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/meta/buildtools-tarball.bb b/meta/recipes-core/meta/buildtools-tarball.bb index 3d2169baab..840434ccd2 100644 --- a/meta/recipes-core/meta/buildtools-tarball.bb +++ b/meta/recipes-core/meta/buildtools-tarball.bb | |||
@@ -37,6 +37,7 @@ EXCLUDE_FROM_WORLD = "1" | |||
37 | 37 | ||
38 | inherit meta | 38 | inherit meta |
39 | inherit populate_sdk | 39 | inherit populate_sdk |
40 | inherit toolchain-scripts | ||
40 | 41 | ||
41 | create_sdk_files_append () { | 42 | create_sdk_files_append () { |
42 | rm -f ${SDK_OUTPUT}/${SDKPATH}/site-config-* | 43 | rm -f ${SDK_OUTPUT}/${SDKPATH}/site-config-* |