summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/tasks/task-sdk-host.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/tasks/task-sdk-host.bb')
-rw-r--r--meta/recipes-core/tasks/task-sdk-host.bb5
1 files changed, 1 insertions, 4 deletions
diff --git a/meta/recipes-core/tasks/task-sdk-host.bb b/meta/recipes-core/tasks/task-sdk-host.bb
index bccf48dbde..7bf445386a 100644
--- a/meta/recipes-core/tasks/task-sdk-host.bb
+++ b/meta/recipes-core/tasks/task-sdk-host.bb
@@ -3,7 +3,7 @@
3# 3#
4 4
5DESCRIPTION = "Host packages for the standalone SDK or external toolchain" 5DESCRIPTION = "Host packages for the standalone SDK or external toolchain"
6PR = "r8" 6PR = "r9"
7LICENSE = "MIT" 7LICENSE = "MIT"
8ALLOW_EMPTY = "1" 8ALLOW_EMPTY = "1"
9 9
@@ -12,9 +12,6 @@ inherit nativesdk
12PACKAGES = "${PN}" 12PACKAGES = "${PN}"
13 13
14RDEPENDS_${PN} = "\ 14RDEPENDS_${PN} = "\
15 binutils-cross-canadian \
16 gdb-cross-canadian \
17 gcc-cross-canadian \
18 pkgconfig-nativesdk \ 15 pkgconfig-nativesdk \
19 qemu-nativesdk \ 16 qemu-nativesdk \
20 qemu-helper-nativesdk \ 17 qemu-helper-nativesdk \