From: Denys Dmytriyenko <[email protected]>

allarch.bbclass does slightly more than just setting PACKAGE_ARCH = "all" so
the resulting package's sstate and siginfo won't also change from machine to
machine, making it trully allarch. Part of md5sum package mismatch fixes.

Signed-off-by: Denys Dmytriyenko <[email protected]>
---
 meta-arago-distro/recipes-tisdk/oe-layersetup/oe-layersetup.bb     | 4 ++--
 meta-arago-extras/recipes-bsp/wl18xx-firmware/wl18xx-firmware.bb   | 4 ++--
 meta-arago-extras/recipes-core/matrix/matrix-gui-generic-pm_2.0.bb | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/meta-arago-distro/recipes-tisdk/oe-layersetup/oe-layersetup.bb 
b/meta-arago-distro/recipes-tisdk/oe-layersetup/oe-layersetup.bb
index ff54341..bb1ae13 100644
--- a/meta-arago-distro/recipes-tisdk/oe-layersetup/oe-layersetup.bb
+++ b/meta-arago-distro/recipes-tisdk/oe-layersetup/oe-layersetup.bb
@@ -2,9 +2,9 @@ DESCRIPTION = "Package that contains a script to setup oe-core 
development envir
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = 
"file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
 
-PR = "r0"
+PR = "r1"
 
-PACKAGE_ARCH = "all"
+inherit allarch
 
 BRANCH ?= "master"
 SRCREV = "e58f941784fb45fd826779a45b33973e6342700f"
diff --git a/meta-arago-extras/recipes-bsp/wl18xx-firmware/wl18xx-firmware.bb 
b/meta-arago-extras/recipes-bsp/wl18xx-firmware/wl18xx-firmware.bb
index 664782b..1c821f9 100644
--- a/meta-arago-extras/recipes-bsp/wl18xx-firmware/wl18xx-firmware.bb
+++ b/meta-arago-extras/recipes-bsp/wl18xx-firmware/wl18xx-firmware.bb
@@ -2,11 +2,11 @@ DESCRIPTION = "Firmware files for use with TI wl18xx"
 LICENSE = "TI-TSPA"
 LIC_FILES_CHKSUM = "file://LICENCE;md5=4977a0fe767ee17765ae63c435a32a9e"
 
-PACKAGE_ARCH = "all"
+inherit allarch
 
 PV = "R8.5"
 
-PR = "r5+gitr${SRCPV}"
+PR = "r6+gitr${SRCPV}"
 
 PROVIDES += "wl12xx-firmware"
 RPROVIDES_${PN} += "wl12xx-firmware"
diff --git a/meta-arago-extras/recipes-core/matrix/matrix-gui-generic-pm_2.0.bb 
b/meta-arago-extras/recipes-core/matrix/matrix-gui-generic-pm_2.0.bb
index ab2d813..2f2ed54 100644
--- a/meta-arago-extras/recipes-core/matrix/matrix-gui-generic-pm_2.0.bb
+++ b/meta-arago-extras/recipes-core/matrix/matrix-gui-generic-pm_2.0.bb
@@ -4,9 +4,9 @@ HOMEPAGE = 
"https://gitorious.org/matrix-gui-v2/matrix-gui-v2-apps";
 require matrix-gui-apps-git.inc
 
 LIC_FILES_CHKSUM := "file://../../${LICENSE_CHECKSUM}"
-PR = "${INC_PR}.0"
+PR = "${INC_PR}.1"
 
-PACKAGE_ARCH = "all"
+inherit allarch
 
 S = "${WORKDIR}/git/power_apps/pm_generic_power"
 
-- 
2.2.0

_______________________________________________
meta-arago mailing list
[email protected]
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago

Reply via email to