tinymail: switched SRC_URI to HTTP method (was HTTPS)
authorMarcin Juszkiewicz <hrw@openembedded.org>
Thu, 16 Nov 2006 08:34:14 +0000 (08:34 +0000)
committerMarcin Juszkiewicz <hrw@openembedded.org>
Thu, 16 Nov 2006 08:34:14 +0000 (08:34 +0000)
- both methods works, http does not need confirmation of SSL certificate
  so fetching via cronjob works

packages/tinymail/tinymail_svn.bb

index 4902697..cc88948 100644 (file)
@@ -9,7 +9,7 @@ PR = "r2"
 EXTRA_OECONF=" --disable-gnome --with-platform=gpe --with-html-component=none"
 
 #camel-lite-configure-hack.patch is still needed after the maxdate, but needs fixing
-SRC_URI = "svn://svn.tinymail.org/svn/tinymail/;module=trunk;proto=https \
+SRC_URI = "svn://svn.tinymail.org/svn/tinymail/;module=trunk;proto=http \
           file://camel-lite-configure-hack.patch;patch=1;maxdate=20061113 \
           file://gtk-doc.m4 \
            file://gtk-doc.make"