[oe-commits] Martin Jansa : diversity-daemon: use http for svn checkout, add maxrev param to patch, which no longer applies

git version control git at git.openembedded.org
Thu Aug 19 09:04:01 UTC 2010


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

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Thu Aug 19 10:21:35 2010 +0200

diversity-daemon: use http for svn checkout, add maxrev param to patch, which no longer applies

* https has expired certificate

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

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

diff --git a/recipes/openmoko-projects/diversity-daemon_svn.bb b/recipes/openmoko-projects/diversity-daemon_svn.bb
index 09b3005..ab06fde 100644
--- a/recipes/openmoko-projects/diversity-daemon_svn.bb
+++ b/recipes/openmoko-projects/diversity-daemon_svn.bb
@@ -8,8 +8,8 @@ SRCREV = "571"
 PV = "0.0+svnr${SRCPV}"
 PR = "r3"
 
-SRC_URI = "svn://svn.projects.openmoko.org/svnroot/diversity/trunk;module=diversity-daemon;proto=https \
-           file://no-xmmp.patch;minrev=276"
+SRC_URI = "svn://svn.projects.openmoko.org/svnroot/diversity/trunk;module=diversity-daemon;proto=http \
+           file://no-xmmp.patch;minrev=276;maxrev=568"
 S = "${WORKDIR}/diversity-daemon"
 
 inherit autotools pkgconfig





More information about the Openembedded-commits mailing list