From: Frans Meulenbroeks Date: Sat, 27 Nov 2010 12:18:53 +0000 (+0100) Subject: cwiid: updated & fixed SRC_URI X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f2a9c8045666402811c4e5adeccb62ee2042e0c9;p=openembedded.git 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 --- 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 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"