[oe-commits] Andrea Adami : zaurus-updater: force back PACKAGE_ARCH = "${MACHINE_ARCH}"

git version control git at git.openembedded.org
Mon May 24 23:13:18 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: a9102cac0e6f56766e7317d9ea7af357a1593af7
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=a9102cac0e6f56766e7317d9ea7af357a1593af7

Author: Andrea Adami <andrea.adami at gmail.com>
Date:   Tue May 25 01:09:21 2010 +0200

zaurus-updater: force back PACKAGE_ARCH = "${MACHINE_ARCH}"

* though not machine specific, the recipe uses package_stagefile_shell
* and being DEPLOY_DIR_IMAGE = "${DEPLOY_DIR}/images/${MACHINE}"
* in case of multimachine builds only the first one has a valid staging ipk.

---

 recipes/zaurus-utils/zaurus-updater.bb |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/recipes/zaurus-utils/zaurus-updater.bb b/recipes/zaurus-utils/zaurus-updater.bb
index 1d9441b..ee41182 100644
--- a/recipes/zaurus-utils/zaurus-updater.bb
+++ b/recipes/zaurus-utils/zaurus-updater.bb
@@ -3,6 +3,12 @@ DEPENDS = "encdec-updater-native"
 LICENSE = "zaurus-updater"
 PR = "r25"
 
+# even though the package is not machine-specific
+# we have to force it there to allow multimachine builds
+# because DEPLOY_DIR_IMAGE = "${DEPLOY_DIR}/images/${MACHINE}"
+# and without this only the first machine built get the right staging ipk
+PACKAGE_ARCH = "${MACHINE_ARCH}"
+
 PACKAGES = ""
 COMPATIBLE_MACHINE = '(poodle|c7x0|spitz|akita|tosa)'
 





More information about the Openembedded-commits mailing list