[oe-commits] Frans Meulenbroeks : cwiid: updated & fixed SRC_URI

git version control git at git.openembedded.org
Sat Nov 27 12:29:35 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: f2a9c8045666402811c4e5adeccb62ee2042e0c9
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=f2a9c8045666402811c4e5adeccb62ee2042e0c9

Author: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>
Date:   Sat Nov 27 13:18:53 2010 +0100

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 at gmail.com>

---

 recipes/cwiid/{cwiid_svn.bb => cwiid_git.bb} |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/recipes/cwiid/cwiid_svn.bb b/recipes/cwiid/cwiid_git.bb
similarity index 76%
rename from recipes/cwiid/cwiid_svn.bb
rename to recipes/cwiid/cwiid_git.bb
index 180e06a..a06039f 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"
 





More information about the Openembedded-commits mailing list