From 935678713ebce17a3d5861e5f46bebcad4071b87 Mon Sep 17 00:00:00 2001 From: Frans Meulenbroeks Date: Sat, 27 Nov 2010 13:18:53 +0100 Subject: [PATCH] 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 --- recipes/cwiid/{cwiid_svn.bb => cwiid_git.bb} | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) rename recipes/cwiid/{cwiid_svn.bb => cwiid_git.bb} (76%) 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" -- 2.39.5