diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2012-07-30 23:52:49 +0200 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2012-07-31 00:14:55 +0200 |
| commit | 4339668ff27c839af1a1e4cfa5a2d034afe204f2 (patch) | |
| tree | d2a48dca9a2a46a944e5091bf9b157cb2dc15e44 /meta-oe/recipes-support/opensync | |
| parent | f2afdd2b988af8d0b4d822c7c03529b725fe24ba (diff) | |
| download | meta-openembedded-4339668ff27c839af1a1e4cfa5a2d034afe204f2.tar.gz | |
fbreader, fltk, gpm, iksemel, joe, links, ode, openldap, opensync, xchat: import from meta-smartphone
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/opensync')
| -rw-r--r-- | meta-oe/recipes-support/opensync/libsyncml_0.5.4.bb | 29 | ||||
| -rw-r--r-- | meta-oe/recipes-support/opensync/wbxml2_0.10.8.bb | 29 |
2 files changed, 58 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/opensync/libsyncml_0.5.4.bb b/meta-oe/recipes-support/opensync/libsyncml_0.5.4.bb new file mode 100644 index 0000000000..0575058072 --- /dev/null +++ b/meta-oe/recipes-support/opensync/libsyncml_0.5.4.bb | |||
| @@ -0,0 +1,29 @@ | |||
| 1 | DESCRIPTION = "Libsyncml is an implementation of the SyncML protocol." | ||
| 2 | HOMEPAGE = "https://libsyncml.opensync.org/" | ||
| 3 | SECTION = "libs" | ||
| 4 | LICENSE = "LGPLv2.1" | ||
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=fad9b3332be894bab9bc501572864b29" | ||
| 6 | |||
| 7 | DEPENDS = "libxml2 glib-2.0" | ||
| 8 | RRECOMMENDS_${PN} = "wbxml2 openobex libsoup-2.4" | ||
| 9 | |||
| 10 | SRC_URI = "${SOURCEFORGE_MIRROR}/libsyncml/libsyncml-${PV}.tar.gz" | ||
| 11 | SRC_URI[md5sum] = "84879ed7cb94618530fbcb801a1a4f95" | ||
| 12 | SRC_URI[sha256sum] = "05d6513637adb1300a3a58b6e29d53ab6373c8f370807d0d925bae72b2920e53" | ||
| 13 | |||
| 14 | inherit cmake pkgconfig | ||
| 15 | |||
| 16 | EXTRA_OECMAKE += " . -B${WORKDIR}/build " | ||
| 17 | |||
| 18 | PACKAGES += "${PN}-tools" | ||
| 19 | |||
| 20 | FILES_${PN}-tools = "${bindir}" | ||
| 21 | FILES_${PN} = "${libdir}/*.so.*" | ||
| 22 | |||
| 23 | do_build_prepend() { | ||
| 24 | cd ${WORKDIR}/build | ||
| 25 | } | ||
| 26 | |||
| 27 | do_install_prepend() { | ||
| 28 | cd ${WORKDIR}/build | ||
| 29 | } | ||
diff --git a/meta-oe/recipes-support/opensync/wbxml2_0.10.8.bb b/meta-oe/recipes-support/opensync/wbxml2_0.10.8.bb new file mode 100644 index 0000000000..c87e477e67 --- /dev/null +++ b/meta-oe/recipes-support/opensync/wbxml2_0.10.8.bb | |||
| @@ -0,0 +1,29 @@ | |||
| 1 | DESCRIPTION = "WBXML parsing and encoding library." | ||
| 2 | HOMEPAGE = "http://libwbxml.opensync.org/" | ||
| 3 | SECTION = "libs" | ||
| 4 | LICENSE = "LGPLv2.1+" | ||
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=c1128ee5341ccd5927d8bafe4b6266e1" | ||
| 6 | |||
| 7 | SRC_URI = "${SOURCEFORGE_MIRROR}/libwbxml/libwbxml-${PV}.tar.gz" | ||
| 8 | |||
| 9 | SRC_URI[md5sum] = "f5031e9f730ffd9dc6a2d1ded585e1d1" | ||
| 10 | SRC_URI[sha256sum] = "a057daa098f12838eb4e635bb28413027f1b73819872c3fbf64e3207790a3f7d" | ||
| 11 | |||
| 12 | S = "${WORKDIR}/libwbxml-${PV}" | ||
| 13 | |||
| 14 | inherit cmake pkgconfig | ||
| 15 | |||
| 16 | EXTRA_OECMAKE += " . -B${WORKDIR}/build " | ||
| 17 | |||
| 18 | PACKAGES += "${PN}-tools" | ||
| 19 | |||
| 20 | FILES_${PN}-tools = "${bindir}" | ||
| 21 | FILES_${PN} = "${libdir}/*.so.*" | ||
| 22 | |||
| 23 | do_build_prepend() { | ||
| 24 | cd ${WORKDIR}/build | ||
| 25 | } | ||
| 26 | |||
| 27 | do_install_prepend() { | ||
| 28 | cd ${WORKDIR}/build | ||
| 29 | } | ||
