From: Klaus Schwarzkopf Date: Sun, 5 Dec 2010 14:59:29 +0000 (+0100) Subject: libbacon_svn: fixed SRC_URI X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=295aedbb9633b4b10fd60e32e61cf7d1321b20fa;p=openembedded.git libbacon_svn: fixed SRC_URI Signed-off-by: Klaus Schwarzkopf Signed-off-by: Eric Bénard --- diff --git a/recipes/gnome/libbacon_svn.bb b/recipes/gnome/libbacon_svn.bb index ab00c42baf..33a99d4a58 100644 --- a/recipes/gnome/libbacon_svn.bb +++ b/recipes/gnome/libbacon_svn.bb @@ -7,7 +7,7 @@ PV = "0.0+svn${SRCDATE}" inherit gnome -SRC_URI = "svn://svn.gnome.org/svn/${PN}/;module=trunk" +SRC_URI = "svn://svn.gnome.org/svn/${PN}/;module=trunk;proto=http" S = "${WORKDIR}/trunk"