summaryrefslogtreecommitdiffstats
path: root/openembedded/packages/zaurus-updater/zaurus-updater.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2006-03-24 07:38:24 +0000
committerRichard Purdie <richard@openedhand.com>2006-03-24 07:38:24 +0000
commite847fd933f8f2439fa13bf004ce7cf9579f077e3 (patch)
tree9655047667a91c7406b7dfd758cc8cd9407565fd /openembedded/packages/zaurus-updater/zaurus-updater.bb
parent7f60e4b4e7d9b45bfe4b76802a2e82bb4edbba9f (diff)
downloadpoky-e847fd933f8f2439fa13bf004ce7cf9579f077e3.tar.gz
zaurus-updater: changes from OE
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@332 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/packages/zaurus-updater/zaurus-updater.bb')
-rw-r--r--openembedded/packages/zaurus-updater/zaurus-updater.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/openembedded/packages/zaurus-updater/zaurus-updater.bb b/openembedded/packages/zaurus-updater/zaurus-updater.bb
index 42e80c4ab7..2aff497de1 100644
--- a/openembedded/packages/zaurus-updater/zaurus-updater.bb
+++ b/openembedded/packages/zaurus-updater/zaurus-updater.bb
@@ -1,7 +1,7 @@
1DESCRIPTION = "Encrypted shellscript for the Zaurus ROM update" 1DESCRIPTION = "Encrypted shellscript for the Zaurus ROM update"
2DEPENDS = "encdec-updater-native" 2DEPENDS = "encdec-updater-native"
3LICENSE = "zaurus-updater" 3LICENSE = "zaurus-updater"
4PR = "r2" 4PR = "r3"
5 5
6PACKAGES = "" 6PACKAGES = ""
7PACKAGE_ARCH = "${MACHINE_ARCH}" 7PACKAGE_ARCH = "${MACHINE_ARCH}"
@@ -16,11 +16,11 @@ do_compile() {
16 16
17do_deploy() { 17do_deploy() {
18 install -d ${DEPLOY_DIR}/images/ 18 install -d ${DEPLOY_DIR}/images/
19 install -m 0755 updater.sh ${DEPLOY_DIR}/images/updater.sh.${MACHINE} 19 install -m 0755 updater.sh ${DEPLOY_DIR_IMAGE}/updater.sh.${MACHINE}
20 20
21 case ${MACHINE} in 21 case ${MACHINE} in
22 spitz | borzoi ) 22 spitz | borzoi )
23 install -m 0755 gnu-tar ${DEPLOY_DIR}/images/gnu-tar 23 install -m 0755 gnu-tar ${DEPLOY_DIR_IMAGE}/gnu-tar
24 ;; 24 ;;
25 *) 25 *)
26 ;; 26 ;;