diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2009-07-31 10:02:41 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-07-31 10:02:41 +0100 |
commit | 9078d4ab7914f0889569e4847be1cc3c4b6e208f (patch) | |
tree | 3357acbbf4e15cfd130fc5a1e71814ccbeb2920b /meta/packages/opensync/libsyncml_0.5.4.bb | |
parent | 456d9191f10a1f23d6ea3d33cd923dcd80f2ce4b (diff) | |
download | poky-9078d4ab7914f0889569e4847be1cc3c4b6e208f.tar.gz |
libsyncml: 0.4.7 -> 0.5.4
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/packages/opensync/libsyncml_0.5.4.bb')
-rw-r--r-- | meta/packages/opensync/libsyncml_0.5.4.bb | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/meta/packages/opensync/libsyncml_0.5.4.bb b/meta/packages/opensync/libsyncml_0.5.4.bb new file mode 100644 index 0000000000..394b3489de --- /dev/null +++ b/meta/packages/opensync/libsyncml_0.5.4.bb | |||
@@ -0,0 +1,21 @@ | |||
1 | DESCRIPTION = "Libsyncml is a implementation of the SyncML protocol." | ||
2 | HOMEPAGE = "http://libsyncml.opensync.org/" | ||
3 | LICENSE = "LGPL" | ||
4 | DEPENDS = "sed-native wbxml2 libsoup libxml2 bluez4 openobex check" | ||
5 | PR = "r1" | ||
6 | |||
7 | SRC_URI = "${SOURCEFORGE_MIRROR}/libsyncml/0.5.4/libsyncml-0.5.4.tar.bz2 \ | ||
8 | file://build-in-src.patch;patch=1" | ||
9 | |||
10 | inherit cmake pkgconfig | ||
11 | |||
12 | do_stage() { | ||
13 | autotools_stage_all | ||
14 | } | ||
15 | |||
16 | PACKAGES += "${PN}-tools" | ||
17 | |||
18 | FILES_${PN}-tools = "${bindir}" | ||
19 | FILES_${PN} = "${libdir}/*.so.*" | ||
20 | |||
21 | export VERBOSE=1 \ No newline at end of file | ||