From: Otavio Salvador Date: Tue, 26 Aug 2014 20:13:08 +0000 (-0300) Subject: packagegroup-*: set PACKAGE_ARCH before packagegroup inherit X-Git-Tag: 2.1~869 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=23b20f4e0a4b43d041c96a90d72b815927c5c736;p=meta-freescale.git 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 --- diff --git a/meta-fsl-arm/recipes-fsl/packagegroups/packagegroup-fsl-mfgtool.bb b/meta-fsl-arm/recipes-fsl/packagegroups/packagegroup-fsl-mfgtool.bb index 92f882d1..50885ee1 100644 --- a/meta-fsl-arm/recipes-fsl/packagegroups/packagegroup-fsl-mfgtool.bb +++ b/meta-fsl-arm/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}"