From ccab10eee1608753dbef172d235d4760697f223b Mon Sep 17 00:00:00 2001 From: Klaus Schwarzkopf Date: Sun, 5 Dec 2010 16:47:33 +0100 Subject: [PATCH] kismet_svn: fixed SRC_URI MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Klaus Schwarzkopf Signed-off-by: Eric Bénard --- recipes/kismet/kismet_svn.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/kismet/kismet_svn.bb b/recipes/kismet/kismet_svn.bb index 1321a7a10b..177f1e7480 100644 --- a/recipes/kismet/kismet_svn.bb +++ b/recipes/kismet/kismet_svn.bb @@ -6,6 +6,6 @@ SRCREV = "2285" PV = "2007-10-R1+svnr${SRCPV}" PR = "r2" -SRC_URI = "svn://svn.kismetwireless.net/code/;module=trunk;proto=http" +SRC_URI = "svn://www.kismetwireless.net/code/svn/;module=trunk;proto=https" S = "${WORKDIR}/trunk" -- 2.39.5