From 5a25dde053e93e64b945776ab3fbf8b67c8c0773 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Sun, 24 Aug 2014 18:01:11 +0200 Subject: packagegroup*: set PACKAGE_ARCH before packagegroup inherit * The required order was changed in oe-core commit: allarch: Add warning about packagegroup Since we want to start including this class conditionally, detect cases where packagegroup files use the old ordering and inform the user they need to update this. * drop PACKAGE_ARCH setting from xorg-fonts-100dpi - nothing seems MACHINE specific in it Signed-off-by: Martin Jansa --- meta-oe/recipes-core/packagegroups/packagegroup-boot.bb | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'meta-oe/recipes-core/packagegroups/packagegroup-boot.bb') diff --git a/meta-oe/recipes-core/packagegroups/packagegroup-boot.bb b/meta-oe/recipes-core/packagegroups/packagegroup-boot.bb index 61a519d8c..f50443d81 100644 --- a/meta-oe/recipes-core/packagegroups/packagegroup-boot.bb +++ b/meta-oe/recipes-core/packagegroups/packagegroup-boot.bb @@ -4,11 +4,8 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d PR = "r58" -inherit packagegroup - -# packages which content depend on MACHINE_FEATURES need to be MACHINE_ARCH -# PACKAGE_ARCH = "${MACHINE_ARCH}" +inherit packagegroup # # those ones can be set in machine config to supply packages needed to get machine booting -- cgit v1.2.3-54-g00ecf