mirror of
git://git.yoctoproject.org/poky
synced 2026-08-13 04:42:35 +00: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:
parent
2e0e656a15
commit
76a17c1b5e
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user