1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-30 00:20:08 +00:00

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
This commit is contained in:
Marcin Juszkiewicz
2007-04-12 14:02:19 +00:00
parent 0de4fd5c22
commit b3d4e56f55
8 changed files with 69 additions and 0 deletions
@@ -0,0 +1,13 @@
require libopensync-plugin.inc
DEPENDS += " libsyncml"
do_install() {
install -d ${D}${datadir}/opensync/defaults
install -d ${D}${libdir}/opensync/plugins
install -m 644 src/syncml-http-server ${D}${datadir}/opensync/defaults
install -m 644 src/syncml-obex-client ${D}${datadir}/opensync/defaults
install -m 755 src/.libs/${PLUGIN_SONAME} ${D}${libdir}/opensync/plugins/
}