summaryrefslogtreecommitdiff
path: root/meta/recipes-core/tasks/task-poky-standalone-sdk-target.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/tasks/task-poky-standalone-sdk-target.bb')
-rw-r--r--meta/recipes-core/tasks/task-poky-standalone-sdk-target.bb16
1 files changed, 0 insertions, 16 deletions
diff --git a/meta/recipes-core/tasks/task-poky-standalone-sdk-target.bb b/meta/recipes-core/tasks/task-poky-standalone-sdk-target.bb
deleted file mode 100644
index 3835ac7d6..000000000
--- a/meta/recipes-core/tasks/task-poky-standalone-sdk-target.bb
+++ /dev/null
@@ -1,16 +0,0 @@
-DESCRIPTION = "Target packages for the standalone SDK"
-PR = "r6"
-LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \
- file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
-ALLOW_EMPTY = "1"
-
-PACKAGES = "${PN} ${PN}-dbg"
-
-RDEPENDS_${PN} = "\
- libgcc \
- libgcc-dev \
- libstdc++ \
- libstdc++-dev \
- ${LIBC_DEPENDENCIES} \
- "