From 2ee0e432ca1e67f6e4632ba7b9e9b7e9e552cc90 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Eric=20B=C3=A9nard?= Date: Tue, 21 Dec 2010 00:14:32 +0100 Subject: [PATCH] libopensync: fix SRC_URI MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Eric Bénard --- recipes/opensync/libopensync-plugin-file_0.18.bb | 2 +- recipes/opensync/libopensync_0.22.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.5