aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gpe-buttonbox
diff options
context:
space:
mode:
authorPhilippe De Swert <philippedeswert@scarlet.be>2007-04-07 16:51:13 +0000
committerPhilippe De Swert <philippedeswert@scarlet.be>2007-04-07 16:51:13 +0000
commit919b68db7ce1b2609cb439e0317c194d2937fcf0 (patch)
treea50b74e543b6776d8f5e419db38bafabde140e70 /packages/gpe-buttonbox
parent9d1e59bff52f47828ddf415ba9b7c081edb036d5 (diff)
downloadopenembedded-919b68db7ce1b2609cb439e0317c194d2937fcf0.tar.gz
packages/gpe-buttonbox/gpe-buttonbox_cvs.bb
* removed obsolete cvs build bb packages/gpe-buttonbox/gpe-buttonbox_svn.bb * add new working svn recipe
Diffstat (limited to 'packages/gpe-buttonbox')
-rw-r--r--packages/gpe-buttonbox/gpe-buttonbox_svn.bb (renamed from packages/gpe-buttonbox/gpe-buttonbox_cvs.bb)18
1 files changed, 8 insertions, 10 deletions
diff --git a/packages/gpe-buttonbox/gpe-buttonbox_cvs.bb b/packages/gpe-buttonbox/gpe-buttonbox_svn.bb
index f982c4517f..f1a932f788 100644
--- a/packages/gpe-buttonbox/gpe-buttonbox_cvs.bb
+++ b/packages/gpe-buttonbox/gpe-buttonbox_svn.bb
@@ -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"