mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 17:39:31 +00:00
meta-ide-support: inherit nopackages
The recipe is to generate an environment script in do_populate_ide_support for using an IDE and it doesn't generate packages at all, so inherit nopackages (From OE-Core rev: 68e06f1782253d1b9c8d8c4d818bc4915b93d257) Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
bacb105e32
commit
c95af9cef9
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d
|
||||
DEPENDS = "virtual/libc gdb-cross-${TARGET_ARCH} qemu-native qemu-helper-native unfs3-native"
|
||||
PR = "r3"
|
||||
|
||||
inherit meta toolchain-scripts
|
||||
inherit meta toolchain-scripts nopackages
|
||||
|
||||
do_populate_ide_support () {
|
||||
toolchain_create_tree_env_script
|
||||
|
||||
Reference in New Issue
Block a user