From: Eric Bénard Date: Mon, 20 Dec 2010 23:14:32 +0000 (+0100) Subject: libopensync: fix SRC_URI X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ee0e432ca1e67f6e4632ba7b9e9b7e9e552cc90;p=openembedded.git libopensync: fix SRC_URI Signed-off-by: Eric Bénard --- diff --git a/recipes/opensync/libopensync-plugin-file_0.18.bb b/recipes/opensync/libopensync-plugin-file_0.18.bb index f2ca3e91af..2cb0da1faf 100644 --- a/recipes/opensync/libopensync-plugin-file_0.18.bb +++ b/recipes/opensync/libopensync-plugin-file_0.18.bb @@ -1,4 +1,4 @@ -SRC_URI = "http://ewi546.ewi.utwente.nl/OE/source/${P}.tar.gz" +SRC_URI = "https://launchpad.net/ubuntu/+archive/primary/+files/${PN}_${PV}.orig.tar.gz" LICENSE = "LGPL" diff --git a/recipes/opensync/libopensync_0.22.bb b/recipes/opensync/libopensync_0.22.bb index 52d2e5da73..50f06d501d 100644 --- a/recipes/opensync/libopensync_0.22.bb +++ b/recipes/opensync/libopensync_0.22.bb @@ -3,7 +3,7 @@ HOMEPAGE = "http://www.opensync.org/" DEPENDS = "sqlite3 libxml2 zlib glib-2.0" -SRC_URI = "http://www.opensync.org/attachment/wiki/download/libopensync-0.22.tar.bz2?format=raw" +SRC_URI = "http://www.opensync.org/download/releases/${PV}/${PN}-${PV}.tar.bz2" inherit autotools pkgconfig lib_package