diff options
author | Koen Kooi <koen@openembedded.org> | 2005-08-29 17:44:44 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-08-29 17:44:44 +0000 |
commit | 1f7776b55dba7040fef6b4a1340385acbff7341e (patch) | |
tree | e23c35944d9385a349a8466c0a901304a05288b6 /packages/gpe-buttonbox/gpe-buttonbox_cvs.bb | |
parent | 3840419eab26ed0ac363af20462ba6f40d2fbe2f (diff) |
gpe-buttonbox: add 0.5 and tidy up the cvs version
Diffstat (limited to 'packages/gpe-buttonbox/gpe-buttonbox_cvs.bb')
-rw-r--r-- | packages/gpe-buttonbox/gpe-buttonbox_cvs.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/gpe-buttonbox/gpe-buttonbox_cvs.bb b/packages/gpe-buttonbox/gpe-buttonbox_cvs.bb index 44c2779c47..e25f1985ac 100644 --- a/packages/gpe-buttonbox/gpe-buttonbox_cvs.bb +++ b/packages/gpe-buttonbox/gpe-buttonbox_cvs.bb @@ -1,3 +1,4 @@ +DEFAULT_PREFERENCE = "-1" LICENSE = "GPL" DESCIPTION = "Buttonbox for gpe" @@ -6,8 +7,8 @@ SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=gpe/base/gpe-butto DEPENDS = "libgpewidget libgpelaunch" S = "${WORKDIR}/${PN}" -PV = "0.0+cvs-${CVSDATE}" -PR = "r1" +PV = "0.5+cvs-${CVSDATE}" +PR = "r0" inherit autotools |