diff options
author | Philippe De Swert <philippedeswert@scarlet.be> | 2007-04-07 16:51:13 +0000 |
---|---|---|
committer | Philippe De Swert <philippedeswert@scarlet.be> | 2007-04-07 16:51:13 +0000 |
commit | 919b68db7ce1b2609cb439e0317c194d2937fcf0 (patch) | |
tree | a50b74e543b6776d8f5e419db38bafabde140e70 | |
parent | 9d1e59bff52f47828ddf415ba9b7c081edb036d5 (diff) |
packages/gpe-buttonbox/gpe-buttonbox_cvs.bb
* removed obsolete cvs build bb
packages/gpe-buttonbox/gpe-buttonbox_svn.bb
* add new working svn recipe
-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" |