[oe-commits] Eric Bénard : libopensync: fix SRC_URI

git version control git at git.openembedded.org
Mon Dec 20 23:28:51 UTC 2010


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

Author: Eric Bénard <eric at eukrea.com>
Date:   Tue Dec 21 00:14:32 2010 +0100

libopensync: fix SRC_URI

Signed-off-by: Eric Bénard <eric at eukrea.com>

---

 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 f2ca3e9..2cb0da1 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 52d2e5d..50f06d5 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
 





More information about the Openembedded-commits mailing list