diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-04-12 14:02:19 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-04-12 14:02:19 +0000 |
commit | b3d4e56f55700e6f8b8765a2ae6889aba8204612 (patch) | |
tree | 1dbdf83fa42ba8bfec8cd4dde629a5d91750d5c8 /meta/packages/opensync/libopensync_0.22.bb | |
parent | 0de4fd5c2238608c197478d7d491588a7c81c126 (diff) | |
download | poky-b3d4e56f55700e6f8b8765a2ae6889aba8204612.tar.gz |
opensync: added 0.22 (last release) of library, msynctool and plugins: file/evo2/irmc/syncml)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1489 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/opensync/libopensync_0.22.bb')
-rw-r--r-- | meta/packages/opensync/libopensync_0.22.bb | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/meta/packages/opensync/libopensync_0.22.bb b/meta/packages/opensync/libopensync_0.22.bb new file mode 100644 index 0000000000..ed4ef740bc --- /dev/null +++ b/meta/packages/opensync/libopensync_0.22.bb | |||
@@ -0,0 +1,21 @@ | |||
1 | LICENSE = "LGPL" | ||
2 | HOMEPAGE = "http://www.opensync.org/" | ||
3 | |||
4 | DEPENDS = "sqlite3 libxml2 zlib glib-2.0" | ||
5 | |||
6 | SRC_URI = "http://www.opensync.org/attachment/wiki/download/libopensync-0.22.tar.bz2?format=raw" | ||
7 | |||
8 | inherit autotools pkgconfig lib_package | ||
9 | |||
10 | EXTRA_OECONF = "--disable-python" | ||
11 | LEAD_SONAME = "libopensync.so" | ||
12 | |||
13 | FILES_${PN} += " ${libdir}/opensync/formats/*.so" | ||
14 | FILES_${PN}-dbg += " ${libdir}/opensync/formats/.debug/*.so" | ||
15 | |||
16 | require opensync-unpack.inc | ||
17 | |||
18 | do_stage() { | ||
19 | autotools_stage_all | ||
20 | } | ||
21 | |||