diff options
author | Koen Kooi <koen@openembedded.org> | 2010-04-20 08:28:56 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-04-20 08:28:56 +0200 |
commit | d37850fd5485621e76ca877d7161598e81886145 (patch) | |
tree | da63bd3e2d023e73687c69bfbe3baee37251734d | |
parent | 6689cb4cc278e6af072be06a98c0df635f21b7e6 (diff) |
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
-rw-r--r-- | recipes/zaurus-utils/zaurus-updater.bb | 1 |
1 files changed, 1 insertions, 0 deletions
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)' |