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 0d564baa5c..70a0c64aba 100644 --- a/meta/packages/meta/meta-ide-support.bb +++ b/meta/packages/meta/meta-ide-support.bb | |||
@@ -1,8 +1,7 @@ | |||
1 | DESCRIPTION = "Meta package for ensuring the build directory contains all appropriate toolchain packages for using an IDE" | 1 | DESCRIPTION = "Meta package for ensuring the build directory contains all appropriate toolchain packages for using an IDE" |
2 | LICENSE = "MIT" | 2 | LICENSE = "MIT" |
3 | DEPENDS = "virtual/libc" | 3 | DEPENDS = "virtual/libc gdb-cross" |
4 | RDEPENDS = "task-sdk-host" | 4 | PR = "r1" |
5 | PR = "r0" | ||
6 | 5 | ||
7 | inherit meta toolchain-scripts | 6 | inherit meta toolchain-scripts |
8 | 7 | ||