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/recipes-connectivity/opensync/libsyncml_0.5.4.bb | |
| 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/recipes-connectivity/opensync/libsyncml_0.5.4.bb')
| -rw-r--r-- | meta/recipes-connectivity/opensync/libsyncml_0.5.4.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/opensync/libsyncml_0.5.4.bb b/meta/recipes-connectivity/opensync/libsyncml_0.5.4.bb new file mode 100644 index 0000000000..7feb5e0f18 --- /dev/null +++ b/meta/recipes-connectivity/opensync/libsyncml_0.5.4.bb | |||
| @@ -0,0 +1,17 @@ | |||
| 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 | PACKAGES += "${PN}-tools" | ||
| 13 | |||
| 14 | FILES_${PN}-tools = "${bindir}" | ||
| 15 | FILES_${PN} = "${libdir}/*.so.*" | ||
| 16 | |||
| 17 | export VERBOSE=1 \ No newline at end of file | ||
