diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-09-19 13:55:44 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-09-23 13:49:11 +0100 |
| commit | 8568adfc18df0cb26e1e0c159806e757864205da (patch) | |
| tree | b6d54849bb72358a41bee115877a96039223087a /meta/recipes-core | |
| parent | ad7cdc4f01e1e191be89f8d5eb6d9fd18e62e226 (diff) | |
| download | poky-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')
| -rw-r--r-- | meta/recipes-core/meta/buildtools-tarball.bb | 1 | ||||
| -rw-r--r-- | meta/recipes-core/meta/meta-ide-support.bb | 2 | ||||
| -rw-r--r-- | meta/recipes-core/meta/testexport-tarball.bb | 1 | ||||
| -rw-r--r-- | meta/recipes-core/meta/uninative-tarball.bb | 1 |
4 files changed, 1 insertions, 4 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 | ||
| 50 | EXCLUDE_FROM_WORLD = "1" | 50 | EXCLUDE_FROM_WORLD = "1" |
| 51 | 51 | ||
| 52 | inherit meta | ||
| 53 | inherit populate_sdk | 52 | inherit populate_sdk |
| 54 | inherit toolchain-scripts-base | 53 | inherit toolchain-scripts-base |
| 55 | inherit nopackages | 54 | inherit nopackages |
diff --git a/meta/recipes-core/meta/meta-ide-support.bb b/meta/recipes-core/meta/meta-ide-support.bb index 5b23f78e51..39317d50e0 100644 --- a/meta/recipes-core/meta/meta-ide-support.bb +++ b/meta/recipes-core/meta/meta-ide-support.bb | |||
| @@ -6,7 +6,7 @@ DEPENDS = "virtual/libc gdb-cross-${TARGET_ARCH} qemu-native qemu-helper-native | |||
| 6 | PR = "r3" | 6 | PR = "r3" |
| 7 | RM_WORK_EXCLUDE += "${PN}" | 7 | RM_WORK_EXCLUDE += "${PN}" |
| 8 | 8 | ||
| 9 | inherit meta toolchain-scripts nopackages | 9 | inherit toolchain-scripts nopackages |
| 10 | 10 | ||
| 11 | do_populate_ide_support () { | 11 | do_populate_ide_support () { |
| 12 | toolchain_create_tree_env_script | 12 | toolchain_create_tree_env_script |
diff --git a/meta/recipes-core/meta/testexport-tarball.bb b/meta/recipes-core/meta/testexport-tarball.bb index de7663b38c..7cb84a0104 100644 --- a/meta/recipes-core/meta/testexport-tarball.bb +++ b/meta/recipes-core/meta/testexport-tarball.bb | |||
| @@ -26,7 +26,6 @@ RDEPENDS = "${TOOLCHAIN_HOST_TASK}" | |||
| 26 | 26 | ||
| 27 | EXCLUDE_FROM_WORLD = "1" | 27 | EXCLUDE_FROM_WORLD = "1" |
| 28 | 28 | ||
| 29 | inherit meta | ||
| 30 | inherit populate_sdk | 29 | inherit populate_sdk |
| 31 | inherit toolchain-scripts-base | 30 | inherit toolchain-scripts-base |
| 32 | inherit nopackages | 31 | inherit nopackages |
diff --git a/meta/recipes-core/meta/uninative-tarball.bb b/meta/recipes-core/meta/uninative-tarball.bb index bbdaebad94..a21d08b591 100644 --- a/meta/recipes-core/meta/uninative-tarball.bb +++ b/meta/recipes-core/meta/uninative-tarball.bb | |||
| @@ -36,7 +36,6 @@ RDEPENDS = "${TOOLCHAIN_HOST_TASK}" | |||
| 36 | 36 | ||
| 37 | EXCLUDE_FROM_WORLD = "1" | 37 | EXCLUDE_FROM_WORLD = "1" |
| 38 | 38 | ||
| 39 | inherit meta | ||
| 40 | inherit populate_sdk | 39 | inherit populate_sdk |
| 41 | inherit nopackages | 40 | inherit nopackages |
| 42 | 41 | ||
