summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-11-27 13:18:53 +0100
committerKhem Raj <raj.khem@gmail.com>2010-11-30 10:08:04 -0800
commit935678713ebce17a3d5861e5f46bebcad4071b87 (patch)
tree45314a60b2a36d0cdcfe7549b4283457847b9f00
parent33d57a43a829ffecadd6b0cecf068fbbdea98d1d (diff)
downloadopenembedded-935678713ebce17a3d5861e5f46bebcad4071b87.tar.gz
cwiid: updated & fixed SRC_URI
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>
-rw-r--r--recipes/cwiid/cwiid_git.bb (renamed from recipes/cwiid/cwiid_svn.bb)8
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes/cwiid/cwiid_svn.bb b/recipes/cwiid/cwiid_git.bb
index 180e06ab97..a06039f5fb 100644
--- a/recipes/cwiid/cwiid_svn.bb
+++ b/recipes/cwiid/cwiid_git.bb
@@ -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"