From e035d8a7b3279a7ea01041a4e8dc64c7ca2a5089 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Tue, 26 Aug 2014 17:13:08 -0300 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. `---- Change-Id: If76ae87fadd4310ae0d1ae344a565683d4b34f9f Signed-off-by: Otavio Salvador --- recipes-fsl/packagegroups/packagegroup-fsl-mfgtool.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes-fsl/packagegroups') diff --git a/recipes-fsl/packagegroups/packagegroup-fsl-mfgtool.bb b/recipes-fsl/packagegroups/packagegroup-fsl-mfgtool.bb index 92f882d..50885ee 100644 --- a/recipes-fsl/packagegroups/packagegroup-fsl-mfgtool.bb +++ b/recipes-fsl/packagegroups/packagegroup-fsl-mfgtool.bb @@ -3,6 +3,8 @@ SUMMARY = "Freescale Manufacturing Tool requirements" LICENSE = "MIT" +PACKAGE_ARCH = "${MACHINE_ARCH}" + inherit packagegroup PACKAGES = " \ @@ -43,5 +45,3 @@ RDEPENDS_${PN}-extfs = " \ ${PN}-base \ e2fsprogs-mke2fs \ " - -PACKAGE_ARCH = "${MACHINE_ARCH}" -- cgit v1.2.3-54-g00ecf