[oe-commits] Klaus Schwarzkopf : libbacon_svn: fixed SRC_URI

git version control git at git.openembedded.org
Thu Dec 9 20:57:08 UTC 2010


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

Author: Klaus Schwarzkopf <schwarzkopf at sensortherm.de>
Date:   Sun Dec  5 15:59:29 2010 +0100

libbacon_svn: fixed SRC_URI

Signed-off-by: Klaus Schwarzkopf <schwarzkopf at sensortherm.de>
Signed-off-by: Eric Bénard <eric at eukrea.com>

---

 recipes/gnome/libbacon_svn.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/gnome/libbacon_svn.bb b/recipes/gnome/libbacon_svn.bb
index ab00c42..33a99d4 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"
 





More information about the Openembedded-commits mailing list