diff options
| author | Richard Purdie <rpurdie@linux.intel.com> | 2010-09-01 19:09:11 +0100 |
|---|---|---|
| committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-09-01 19:09:57 +0100 |
| commit | d62ee7eaf2ba025c3f64b2d4e10dc7cec4637612 (patch) | |
| tree | f36fe3008f36ff75cbdd31b630f8f13f1f205ebb /meta/packages/sync | |
| parent | caab7fc509bf27706ff3248689f6afd04225cfda (diff) | |
| download | poky-d62ee7eaf2ba025c3f64b2d4e10dc7cec4637612.tar.gz | |
packages: Separate out most of the remaining packages into recipes
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/packages/sync')
| -rw-r--r-- | meta/packages/sync/libsync_svn.bb | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/meta/packages/sync/libsync_svn.bb b/meta/packages/sync/libsync_svn.bb deleted file mode 100644 index 660b39aa42..0000000000 --- a/meta/packages/sync/libsync_svn.bb +++ /dev/null | |||
| @@ -1,19 +0,0 @@ | |||
| 1 | DESCRIPTION = "LibSync is a GObject-based framework for more convenient use of \ | ||
| 2 | OpenSync in GLib applications." | ||
| 3 | LICENSE = "LGPL" | ||
| 4 | SECTION = "x11" | ||
| 5 | DEPENDS = "glib-2.0 gtk+ libglade libopensync avahi" | ||
| 6 | RRECOMMENDS = "\ | ||
| 7 | libopensync-plugin-file \ | ||
| 8 | " | ||
| 9 | PV = "0.0+svnr${SRCREV}" | ||
| 10 | |||
| 11 | SRC_URI = "svn://svn.o-hand.com/repos/sync/trunk;module=sync;proto=http" | ||
| 12 | |||
| 13 | inherit autotools pkgconfig | ||
| 14 | |||
| 15 | S = "${WORKDIR}/sync" | ||
| 16 | |||
| 17 | PACKAGES += "synctool" | ||
| 18 | FILES_${PN} = "${libdir}/lib*.so.*" | ||
| 19 | FILES_synctool = "${bindir} ${datadir}" | ||
