From 65fca4458cfe1d647c7ea1d4588dc449739a73eb Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Thu, 26 Jul 2012 18:16:14 +0100 Subject: packagegroup-*: change to inherit from packagegroup.bbclass Also clean out items already handled by that class (dev/dbg packages, ALLOW_EMPTY, etc.) Signed-off-by: Paul Eggleton Signed-off-by: Saul Wold --- meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb') diff --git a/meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb b/meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb index ea054bc9c9..ef05004e30 100644 --- a/meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb +++ b/meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb @@ -5,14 +5,13 @@ DESCRIPTION = "Host packages for the standalone SDK or external toolchain" PR = "r11" LICENSE = "MIT" -ALLOW_EMPTY = "1" LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" -inherit nativesdk +inherit nativesdk packagegroup -PACKAGES = "${PN}" +PACKAGEGROUP_DISABLE_COMPLEMENTARY = "1" RDEPENDS_${PN} = "\ nativesdk-pkgconfig \ -- cgit 1.2.3-korg