summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/meta/buildtools-tarball.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2021-09-19 13:55:44 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-09-23 13:49:11 +0100
commit8568adfc18df0cb26e1e0c159806e757864205da (patch)
treeb6d54849bb72358a41bee115877a96039223087a /meta/recipes-core/meta/buildtools-tarball.bb
parentad7cdc4f01e1e191be89f8d5eb6d9fd18e62e226 (diff)
downloadpoky-8568adfc18df0cb26e1e0c159806e757864205da.tar.gz
buildtools-tarball/uninative-tarball/meta-ide-support: Drop useless meta class
The class adds an emtpy PACKAGES setting but most code now uses the nopackages class which is much clearer. It also adds recursive do_build dependencies which don't really serve any useful purpose any more. Simplify the code and drop the class use. (From OE-Core rev: 030d56e2e8ece93472adc51fe467221d846c9ac0) 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, 0 insertions, 1 deletions
diff --git a/meta/recipes-core/meta/buildtools-tarball.bb b/meta/recipes-core/meta/buildtools-tarball.bb
index 6e96cf6c32..fb28930656 100644
--- a/meta/recipes-core/meta/buildtools-tarball.bb
+++ b/meta/recipes-core/meta/buildtools-tarball.bb
@@ -49,7 +49,6 @@ RDEPENDS = "${TOOLCHAIN_HOST_TASK}"
49 49
50EXCLUDE_FROM_WORLD = "1" 50EXCLUDE_FROM_WORLD = "1"
51 51
52inherit meta
53inherit populate_sdk 52inherit populate_sdk
54inherit toolchain-scripts-base 53inherit toolchain-scripts-base
55inherit nopackages 54inherit nopackages