aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrea Adami <andrea.adami@gmail.com>2010-05-25 01:09:21 +0200
committerAndrea Adami <andrea.adami@gmail.com>2010-05-25 01:09:21 +0200
commita9102cac0e6f56766e7317d9ea7af357a1593af7 (patch)
treecebfb3eddaffe537d2be960d8edfdc85fdf41a63
parent8a78d6a20a6c49f24f31f22a30a2161f8d391b63 (diff)
downloadopenembedded-a9102cac0e6f56766e7317d9ea7af357a1593af7.tar.gz
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.
-rw-r--r--recipes/zaurus-utils/zaurus-updater.bb6
1 files changed, 6 insertions, 0 deletions
diff --git a/recipes/zaurus-utils/zaurus-updater.bb b/recipes/zaurus-utils/zaurus-updater.bb
index 1d9441b5d1..ee41182cdb 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)'