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

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


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

Author: Eric Bénard <eric at eukrea.com>
Date:   Mon Dec 20 23:28:21 2010 +0100

libopensync-plugin_0.22: fix SRC_URI

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

---

 recipes/opensync/libopensync-plugin_0.22.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/opensync/libopensync-plugin_0.22.inc b/recipes/opensync/libopensync-plugin_0.22.inc
index 03857dc..a7b0c4f 100644
--- a/recipes/opensync/libopensync-plugin_0.22.inc
+++ b/recipes/opensync/libopensync-plugin_0.22.inc
@@ -1,6 +1,6 @@
 PV = "0.22"
 PLUGIN_ARCHIVE ?= "${@bb.data.getVar('PLUGIN_NAME', d, 1).replace('-sync','')}"
-SRC_URI = "http://www.opensync.org/attachment/wiki/download/libopensync-plugin-${PLUGIN_ARCHIVE}-${PV}.tar.bz2?format=raw"
+SRC_URI = "http://www.opensync.org/download/releases/${PV}/libopensync-plugin-${PLUGIN_ARCHIVE}-${PV}.tar.bz2?format=raw"
 
 S = "${WORKDIR}/libopensync-plugin-${PLUGIN_ARCHIVE}-${PV}/"
 





More information about the Openembedded-commits mailing list