summaryrefslogtreecommitdiff
path: root/yocto-poky/meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb
diff options
context:
space:
mode:
Diffstat (limited to 'yocto-poky/meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb')
-rw-r--r--yocto-poky/meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb33
1 files changed, 0 insertions, 33 deletions
diff --git a/yocto-poky/meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb b/yocto-poky/meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb
deleted file mode 100644
index 0c6a530be..000000000
--- a/yocto-poky/meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb
+++ /dev/null
@@ -1,33 +0,0 @@
-#
-# Copyright (C) 2007 OpenedHand Ltd
-#
-
-SUMMARY = "Host packages for the standalone SDK or external toolchain"
-PR = "r12"
-LICENSE = "MIT"
-
-inherit packagegroup nativesdk
-
-PACKAGEGROUP_DISABLE_COMPLEMENTARY = "1"
-
-RDEPENDS_${PN} = "\
- nativesdk-pkgconfig \
- nativesdk-qemu \
- nativesdk-qemu-helper \
- nativesdk-pseudo \
- nativesdk-unfs3 \
- nativesdk-opkg \
- nativesdk-libtool \
- nativesdk-autoconf \
- nativesdk-automake \
- nativesdk-shadow \
- nativesdk-makedevs \
- nativesdk-smartpm \
- nativesdk-postinst-intercept \
- "
-
-RDEPENDS_${PN}_darwin = "\
- nativesdk-pkgconfig \
- nativesdk-opkg \
- nativesdk-libtool \
- "