packages/gpe-buttonbox/gpe-buttonbox_cvs.bb
authorPhilippe De Swert <philippedeswert@scarlet.be>
Sat, 7 Apr 2007 16:51:13 +0000 (16:51 +0000)
committerPhilippe De Swert <philippedeswert@scarlet.be>
Sat, 7 Apr 2007 16:51:13 +0000 (16:51 +0000)
* removed obsolete cvs build bb
packages/gpe-buttonbox/gpe-buttonbox_svn.bb
* add new working svn recipe

packages/gpe-buttonbox/gpe-buttonbox_svn.bb [moved from packages/gpe-buttonbox/gpe-buttonbox_cvs.bb with 50% similarity]

similarity index 50%
rename from packages/gpe-buttonbox/gpe-buttonbox_cvs.bb
rename to packages/gpe-buttonbox/gpe-buttonbox_svn.bb
index f982c45..f1a932f 100644 (file)
@@ -1,17 +1,15 @@
-DEFAULT_PREFERENCE = "-1"
-LICENSE = "GPL"
 DESCRIPTION = "Buttonbox for gpe"
-
-SRC_URI = "${HANDHELDS_CVS};module=gpe/base/gpe-buttonbox"
-
+LICENSE = "GPL"
 DEPENDS = "libgpewidget libgpelaunch"
-
-S = "${WORKDIR}/${PN}"
-#Remove the dash below when 0.5 changes in PV
-PV = "0.5+cvs-${SRCDATE}"
+PV = "0.5+svn-${SRCDATE}"
 PR = "r0"
 
 inherit autotools
 
-FILES_${PN} += "${datadir}/gpe"
+SRC_URI = "${GPE_SVN}"
+
+S = "${WORKDIR}/${PN}"
 
+FILES_${PN} += "${datadir}/gpe"
+
+DEFAULT_PREFERENCE = "-1"