summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/meta/buildtools-tarball.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2015-07-10 22:31:32 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-07-12 22:55:41 +0100
commit2d498b0643f9faf10b5ebe731a1ede350361aace (patch)
tree61e40a76dfb15a9acd06f739c370a92258dae70d /meta/recipes-core/meta/buildtools-tarball.bb
parent960ed55858a22d41588903edb33a50932b0bb4a5 (diff)
downloadpoky-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>
Diffstat (limited to 'meta/recipes-core/meta/buildtools-tarball.bb')
-rw-r--r--meta/recipes-core/meta/buildtools-tarball.bb1
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
38inherit meta 38inherit meta
39inherit populate_sdk 39inherit populate_sdk
40inherit toolchain-scripts
40 41
41create_sdk_files_append () { 42create_sdk_files_append () {
42 rm -f ${SDK_OUTPUT}/${SDKPATH}/site-config-* 43 rm -f ${SDK_OUTPUT}/${SDKPATH}/site-config-*