mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-04 16:10:04 +00:00
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>
This commit is contained in:
parent
ad7cdc4f01
commit
8568adfc18
|
|
@ -49,7 +49,6 @@ RDEPENDS = "${TOOLCHAIN_HOST_TASK}"
|
|||
|
||||
EXCLUDE_FROM_WORLD = "1"
|
||||
|
||||
inherit meta
|
||||
inherit populate_sdk
|
||||
inherit toolchain-scripts-base
|
||||
inherit nopackages
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -26,7 +26,6 @@ RDEPENDS = "${TOOLCHAIN_HOST_TASK}"
|
|||
|
||||
EXCLUDE_FROM_WORLD = "1"
|
||||
|
||||
inherit meta
|
||||
inherit populate_sdk
|
||||
inherit toolchain-scripts-base
|
||||
inherit nopackages
|
||||
|
|
|
|||
|
|
@ -36,7 +36,6 @@ RDEPENDS = "${TOOLCHAIN_HOST_TASK}"
|
|||
|
||||
EXCLUDE_FROM_WORLD = "1"
|
||||
|
||||
inherit meta
|
||||
inherit populate_sdk
|
||||
inherit nopackages
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user