diff options
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 | ||