diff options
author | Richard Purdie <richard@openedhand.com> | 2006-05-09 18:38:19 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2006-05-09 18:38:19 +0000 |
commit | b4cb437c6595ff8ac13506e502fe04b1a60c4e04 (patch) | |
tree | f529de217094f1a49049f90c49d779a49e19cd7c /openembedded/packages/zaurus-updater/zaurus-updater.bb | |
parent | 3baacb49c13a48798d45e30a0a0076ca0b8c9e6a (diff) | |
download | poky-b4cb437c6595ff8ac13506e502fe04b1a60c4e04.tar.gz |
Merge packages changes from OE into poky.
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@386 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/packages/zaurus-updater/zaurus-updater.bb')
-rw-r--r-- | openembedded/packages/zaurus-updater/zaurus-updater.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/openembedded/packages/zaurus-updater/zaurus-updater.bb b/openembedded/packages/zaurus-updater/zaurus-updater.bb index b8a87ce7dc..26cf1e5453 100644 --- a/openembedded/packages/zaurus-updater/zaurus-updater.bb +++ b/openembedded/packages/zaurus-updater/zaurus-updater.bb | |||
@@ -1,10 +1,11 @@ | |||
1 | DESCRIPTION = "Encrypted shellscript for the Zaurus ROM update" | 1 | DESCRIPTION = "Encrypted shellscript for the Zaurus ROM update" |
2 | DEPENDS = "encdec-updater-native" | 2 | DEPENDS = "encdec-updater-native" |
3 | LICENSE = "zaurus-updater" | 3 | LICENSE = "zaurus-updater" |
4 | PR = "r3" | 4 | PR = "r5" |
5 | 5 | ||
6 | PACKAGES = "" | 6 | PACKAGES = "" |
7 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 7 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
8 | COMPATIBLE_MACHINE = '(poodle|c7x0|spitz|akita|tosa)' | ||
8 | 9 | ||
9 | SRC_URI = "file://updater.sh \ | 10 | SRC_URI = "file://updater.sh \ |
10 | file://gnu-tar.gz" | 11 | file://gnu-tar.gz" |
@@ -15,7 +16,7 @@ do_compile() { | |||
15 | } | 16 | } |
16 | 17 | ||
17 | do_deploy() { | 18 | do_deploy() { |
18 | install -d ${DEPLOY_DIR}/images/ | 19 | install -d ${DEPLOY_DIR_IMAGE} |
19 | install -m 0755 updater.sh ${DEPLOY_DIR_IMAGE}/updater.sh.${MACHINE} | 20 | install -m 0755 updater.sh ${DEPLOY_DIR_IMAGE}/updater.sh.${MACHINE} |
20 | 21 | ||
21 | case ${MACHINE} in | 22 | case ${MACHINE} in |