cwiid: updated & fixed SRC_URI
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>
Sat, 27 Nov 2010 12:18:53 +0000 (13:18 +0100)
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>
Sat, 27 Nov 2010 12:28:28 +0000 (13:28 +0100)
The svn repo does not exist any more and is replaced by git
changed the SRC_URI for this
also moved to git head (which is already 10 months old)

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
recipes/cwiid/cwiid_git.bb [moved from recipes/cwiid/cwiid_svn.bb with 76% similarity]

similarity index 76%
rename from recipes/cwiid/cwiid_svn.bb
rename to recipes/cwiid/cwiid_git.bb
index 180e06a..a06039f 100644 (file)
@@ -2,8 +2,8 @@ DESCRIPTION = "wiimote library + tools"
 LICENSE = "GPLv2"
 HOMEPAGE = "http://abstrakraft.org/cwiid/"
 
-SRCREV = "192"
-PV = "0.6.00+svnr${SRCPV}"
+SRCREV = "fadf11e89b579bcc0336a0692ac15c93785f3f82"
+PV = "0.6.00+gitr${SRCREV}"
 
 inherit autotools
 inherit distutils-base
@@ -13,8 +13,8 @@ export HOST_SYS
 
 PARALLEL_MAKE = ""
 
-SRC_URI = "svn://abstrakraft.org/cwiid/svn/;module=trunk;proto=http"
-S = "${WORKDIR}/trunk"
+SRC_URI = "git://github.com/abstrakraft/cwiid.git;protocol=git"
+S = "${WORKDIR}/git"
 
 EXTRA_OECONF = "--disable-ldconfig"