zaurus-updater: force back PACKAGE_ARCH = "${MACHINE_ARCH}"
authorAndrea Adami <andrea.adami@gmail.com>
Mon, 24 May 2010 23:09:21 +0000 (01:09 +0200)
committerAndrea Adami <andrea.adami@gmail.com>
Mon, 24 May 2010 23:09:21 +0000 (01:09 +0200)
* 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

index 1d9441b..ee41182 100644 (file)
@@ -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)'