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-graphics/xorg-font/xorg-fonts-100dpi.bb | 2 -- 1 file changed, 2 deletions(-) (limited to 'meta-oe/recipes-graphics/xorg-font') diff --git a/meta-oe/recipes-graphics/xorg-font/xorg-fonts-100dpi.bb b/meta-oe/recipes-graphics/xorg-font/xorg-fonts-100dpi.bb index aacf379731..fd6c992dc6 100644 --- a/meta-oe/recipes-graphics/xorg-font/xorg-fonts-100dpi.bb +++ b/meta-oe/recipes-graphics/xorg-font/xorg-fonts-100dpi.bb @@ -3,8 +3,6 @@ LICENSE = "Custom" inherit packagegroup -PACKAGE_ARCH = "${MACHINE_ARCH}" - RDEPENDS_${PN} = "\ font-adobe-100dpi \ font-adobe-utopia-100dpi \ -- cgit 1.2.3-korg