diff options
Diffstat (limited to 'meta/recipes-tbd')
-rw-r--r-- | meta/recipes-tbd/meta/meta-ide-support.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-tbd/meta/meta-ide-support.bb b/meta/recipes-tbd/meta/meta-ide-support.bb index 70a0c64ab..8fe9a2303 100644 --- a/meta/recipes-tbd/meta/meta-ide-support.bb +++ b/meta/recipes-tbd/meta/meta-ide-support.bb @@ -1,6 +1,6 @@ DESCRIPTION = "Meta package for ensuring the build directory contains all appropriate toolchain packages for using an IDE" LICENSE = "MIT" -DEPENDS = "virtual/libc gdb-cross" +DEPENDS = "virtual/libc gdb-cross qemu-helper-native unfs-server-native" PR = "r1" inherit meta toolchain-scripts |