[oe-commits] Stefan Schmidt : diversity-daemon: Use http ptotocol in SRC_URI instead of https.

git version control git at git.openembedded.org
Wed Jun 3 12:38:47 UTC 2009


Module: openembedded.git
Branch: shr/import
Commit: 9d07dea822934986f8ca0f3ffddc4f78ecb6c91f
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=9d07dea822934986f8ca0f3ffddc4f78ecb6c91f

Author: Stefan Schmidt <stefan at datenfreihafen.org>
Date:   Wed Jun  3 14:36:41 2009 +0200

diversity-daemon: Use http ptotocol in SRC_URI instead of https.

---

 recipes/openmoko-projects/diversity-daemon_svn.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/openmoko-projects/diversity-daemon_svn.bb b/recipes/openmoko-projects/diversity-daemon_svn.bb
index 43c1d0a..eeef658 100644
--- a/recipes/openmoko-projects/diversity-daemon_svn.bb
+++ b/recipes/openmoko-projects/diversity-daemon_svn.bb
@@ -7,7 +7,7 @@ RDEPENDS_${PN} = "eds-dbus"
 PV = "0.0+svnr${SRCREV}"
 PR = "r3"
 
-SRC_URI = "svn://svn.projects.openmoko.org/svnroot/diversity/trunk;module=diversity-daemon;proto=https \
+SRC_URI = "svn://svn.projects.openmoko.org/svnroot/diversity/trunk;module=diversity-daemon;proto=http \
            file://no-xmmp.patch;patch=1;minrev=276"
 S = "${WORKDIR}/diversity-daemon"
 





More information about the Openembedded-commits mailing list