aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/opensync
diff options
context:
space:
mode:
authorEric Bénard <eric@eukrea.com>2010-12-21 00:14:32 +0100
committerEric Bénard <eric@eukrea.com>2010-12-21 00:25:06 +0100
commit2ee0e432ca1e67f6e4632ba7b9e9b7e9e552cc90 (patch)
tree16557b8f5a080c22647c8178902c9d43a865ca1b /recipes/opensync
parentea6b1599c981ee864dd4e0ddbbbcf9a7a6a45db7 (diff)
downloadopenembedded-2ee0e432ca1e67f6e4632ba7b9e9b7e9e552cc90.tar.gz
libopensync: fix SRC_URI
Signed-off-by: Eric Bénard <eric@eukrea.com>
Diffstat (limited to 'recipes/opensync')
-rw-r--r--recipes/opensync/libopensync-plugin-file_0.18.bb2
-rw-r--r--recipes/opensync/libopensync_0.22.bb2
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