diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2011-12-16 17:02:43 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-12-22 13:13:44 +0000 |
commit | 13d2dc2c9183c3ef5508fe9806bc06bd1dd19804 (patch) | |
tree | 1fd72fc605bd4b5626c870f06cd10ce7aa74fed6 | |
parent | 3c247d491b499257087cc857b330221ad57e1898 (diff) | |
download | poky-13d2dc2c9183c3ef5508fe9806bc06bd1dd19804.tar.gz |
libsync: move to git.yoctoproject.org
* Repositories on svn.o-hand.com have been converted to Git and are now
hosted on git.yoctoproject.org.
* Set LICENSE to LGPLv2 as there is an LGPLv2 COPYING file but no notice
with "or later" in the source code
(From OE-Core rev: 9917aca0a559453dee6fd7c544e3cf54333215cb)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta-demoapps/recipes-connectivity/opensync/libsync_git.bb (renamed from meta-demoapps/recipes-connectivity/opensync/libsync_svn.bb) | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/meta-demoapps/recipes-connectivity/opensync/libsync_svn.bb b/meta-demoapps/recipes-connectivity/opensync/libsync_git.bb index 34115ff4e6..498620691d 100644 --- a/meta-demoapps/recipes-connectivity/opensync/libsync_svn.bb +++ b/meta-demoapps/recipes-connectivity/opensync/libsync_git.bb | |||
@@ -1,16 +1,17 @@ | |||
1 | SUMMARY = "GObject-based sync library" | 1 | SUMMARY = "GObject-based sync library" |
2 | DESCRIPTION = "LibSync is a GObject-based framework for more convenient use of \ | 2 | DESCRIPTION = "LibSync is a GObject-based framework for more convenient use of \ |
3 | OpenSync in GLib applications." | 3 | OpenSync in GLib applications." |
4 | LICENSE = "LGPL" | 4 | LICENSE = "LGPLv2" |
5 | SECTION = "x11" | 5 | SECTION = "x11" |
6 | DEPENDS = "glib-2.0 gtk+ libglade libopensync avahi" | 6 | DEPENDS = "glib-2.0 gtk+ libglade libopensync avahi" |
7 | RRECOMMENDS_${PN} = "\ | 7 | RRECOMMENDS_${PN} = "\ |
8 | libopensync-plugin-file \ | 8 | libopensync-plugin-file \ |
9 | " | 9 | " |
10 | PV = "0.0+svnr${SRCPV}" | 10 | SRCREV = "3f375969d56028505db97cd25ef1679a167cfc59" |
11 | PR = "r1" | 11 | PV = "0.0+gitr${SRCPV}" |
12 | PR = "r2" | ||
12 | 13 | ||
13 | SRC_URI = "svn://svn.o-hand.com/repos/sync/trunk;module=sync;proto=http" | 14 | SRC_URI = "git://git.yoctoproject.org/sync;protocol=git" |
14 | 15 | ||
15 | inherit autotools pkgconfig | 16 | inherit autotools pkgconfig |
16 | 17 | ||