mirror of
https://git.yoctoproject.org/poky
synced 2026-04-22 15:32:14 +02:00
meta-ide-support: don't pull in unneeded nativesdk tasks
Signed-off-by: Joshua Lock <josh@linux.intel.com>
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
DESCRIPTION = "Meta package for ensuring the build directory contains all appropriate toolchain packages for using an IDE"
|
||||
LICENSE = "MIT"
|
||||
DEPENDS = "virtual/libc"
|
||||
RDEPENDS = "task-sdk-host"
|
||||
PR = "r0"
|
||||
DEPENDS = "virtual/libc gdb-cross"
|
||||
PR = "r1"
|
||||
|
||||
inherit meta toolchain-scripts
|
||||
|
||||
|
||||
Reference in New Issue
Block a user