diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2004-10-15 12:32:57 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2004-10-15 12:32:57 +0000 |
commit | fd9b62b0c9a86a8869c1b58d8dd26b478d033b2d (patch) | |
tree | 1d941c41f869d66e63b5b9ad90e9758fcf09a486 /timezones | |
parent | 2a2855cffcd96d399214ef23af4a8b4e1ed4b3ea (diff) |
opie: changed version to allow upgrade from 1.1.6
BKrev: 416fc379eCO5crADBTv3eg6B0YAi8w
Diffstat (limited to 'timezones')
-rw-r--r-- | timezones/timezones_cvs.oe | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/timezones/timezones_cvs.oe b/timezones/timezones_cvs.oe index 58f078f248..c47f423306 100644 --- a/timezones/timezones_cvs.oe +++ b/timezones/timezones_cvs.oe @@ -1,11 +1,9 @@ DESCRIPTION = "Timezone data" SECTION = "base" PRIORITY = "optional" -MAINTAINER = "Team Opie <opie@handhelds.org> +MAINTAINER = "Team Opie <opie@handhelds.org>" LICENSE = "GPL" -PV = "1.1.6-cvs-${CVSDATE}" - -PR = "r1" +PV = "1.1.6+cvs-${CVSDATE}" SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/root" S = "${WORKDIR}/root" @@ -23,4 +21,4 @@ do_install() { done } -FILES_${PN} = usr/share/zoneinfo/[A-Z]* +FILES_${PN} = "usr/share/zoneinfo/[A-Z]*" |