mirror of
https://git.yoctoproject.org/poky
synced 2026-04-22 06:32:12 +02:00
Check in opensync/libsync/synctool bits - Mostly compiles, not tested
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1113 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
16
meta/packages/opensync/libopensync-plugin-syncml-plugin.bb
Normal file
16
meta/packages/opensync/libopensync-plugin-syncml-plugin.bb
Normal file
@@ -0,0 +1,16 @@
|
||||
|
||||
SRC_URI = "svn://svn.opensync.org/plugins;module=syncml;proto=http"
|
||||
S = "${WORKDIR}/syncml"
|
||||
|
||||
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/
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user