From: Koen Kooi Date: Tue, 20 Apr 2010 06:28:56 +0000 (+0200) Subject: zaurus-update: add back PACKAGE_ARCH = "${MACHINE_ARCH}" otherwise you'll miss out... X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d37850fd5485621e76ca877d7161598e81886145;p=openembedded.git zaurus-update: add back PACKAGE_ARCH = "${MACHINE_ARCH}" otherwise you'll miss out on gnu-tar for multi-machine builds where spitz isn't first --- diff --git a/recipes/zaurus-utils/zaurus-updater.bb b/recipes/zaurus-utils/zaurus-updater.bb index e4c27a1467..67c98e22cf 100644 --- a/recipes/zaurus-utils/zaurus-updater.bb +++ b/recipes/zaurus-utils/zaurus-updater.bb @@ -3,6 +3,7 @@ DEPENDS = "encdec-updater-native" LICENSE = "zaurus-updater" PR = "r25" +PACKAGE_ARCH = "${MACHINE_ARCH}" PACKAGES = "" COMPATIBLE_MACHINE = '(poodle|c7x0|spitz|akita|tosa)'