summaryrefslogtreecommitdiffstats
path: root/meta/packages/meta
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/meta')
-rw-r--r--meta/packages/meta/meta-ide-support.bb5
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 @@
1DESCRIPTION = "Meta package for ensuring the build directory contains all appropriate toolchain packages for using an IDE" 1DESCRIPTION = "Meta package for ensuring the build directory contains all appropriate toolchain packages for using an IDE"
2LICENSE = "MIT" 2LICENSE = "MIT"
3DEPENDS = "virtual/libc" 3DEPENDS = "virtual/libc gdb-cross"
4RDEPENDS = "task-sdk-host" 4PR = "r1"
5PR = "r0"
6 5
7inherit meta toolchain-scripts 6inherit meta toolchain-scripts
8 7