]> code.ossystems Code Review - openembedded-core.git/commitdiff
buildtools-tarball/uninative-tarball/meta-ide-support: Drop useless meta class
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 19 Sep 2021 12:55:44 +0000 (13:55 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 23 Sep 2021 12:49:07 +0000 (13:49 +0100)
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.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/meta/buildtools-tarball.bb
meta/recipes-core/meta/meta-ide-support.bb
meta/recipes-core/meta/testexport-tarball.bb
meta/recipes-core/meta/uninative-tarball.bb

index 6e96cf6c326bb353635eb63fa90e7c44f6317d44..fb28930656bd7892fb770fe924b13a426655a83e 100644 (file)
@@ -49,7 +49,6 @@ RDEPENDS = "${TOOLCHAIN_HOST_TASK}"
 
 EXCLUDE_FROM_WORLD = "1"
 
-inherit meta
 inherit populate_sdk
 inherit toolchain-scripts-base
 inherit nopackages
index 5b23f78e51e2a7b2fa5a46051ef67650368b15de..39317d50e0c68148934bdb6d9de5ed8decaf9f91 100644 (file)
@@ -6,7 +6,7 @@ DEPENDS = "virtual/libc gdb-cross-${TARGET_ARCH} qemu-native qemu-helper-native
 PR = "r3"
 RM_WORK_EXCLUDE += "${PN}"
 
-inherit meta toolchain-scripts nopackages
+inherit toolchain-scripts nopackages
 
 do_populate_ide_support () {
   toolchain_create_tree_env_script
index de7663b38c04e2e00efc1375c3c63f5b8052c4ef..7cb84a01049efac46e24ccd298ede5e4fbbe13e1 100644 (file)
@@ -26,7 +26,6 @@ RDEPENDS = "${TOOLCHAIN_HOST_TASK}"
 
 EXCLUDE_FROM_WORLD = "1"
 
-inherit meta
 inherit populate_sdk
 inherit toolchain-scripts-base
 inherit nopackages
index bbdaebad94728870c5cc6be55ad13166e18c36e2..a21d08b591c2583267a01cc6b1d47666e1a326e1 100644 (file)
@@ -36,7 +36,6 @@ RDEPENDS = "${TOOLCHAIN_HOST_TASK}"
 
 EXCLUDE_FROM_WORLD = "1"
 
-inherit meta
 inherit populate_sdk
 inherit nopackages