diff options
-rw-r--r-- | meta/packages/meta/meta-ide-support.bb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/meta/packages/meta/meta-ide-support.bb b/meta/packages/meta/meta-ide-support.bb index 0d564baa5..70a0c64ab 100644 --- a/meta/packages/meta/meta-ide-support.bb +++ b/meta/packages/meta/meta-ide-support.bb @@ -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 |