diff options
| author | Chris Lord <chris@openedhand.com> | 2007-01-03 20:55:29 +0000 |
|---|---|---|
| committer | Chris Lord <chris@openedhand.com> | 2007-01-03 20:55:29 +0000 |
| commit | 4ffe8f6b1ff640722880cf2cd88990956de87e30 (patch) | |
| tree | 736a16d112da36e87f3709ee93555a48b534dba5 /meta/packages/opensync/libopensync-plugin-syncml-plugin.bb | |
| parent | a34d402b9eaf56d23df83c19c422b7d0d9c708d1 (diff) | |
| download | poky-4ffe8f6b1ff640722880cf2cd88990956de87e30.tar.gz | |
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
Diffstat (limited to 'meta/packages/opensync/libopensync-plugin-syncml-plugin.bb')
| -rw-r--r-- | meta/packages/opensync/libopensync-plugin-syncml-plugin.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/meta/packages/opensync/libopensync-plugin-syncml-plugin.bb b/meta/packages/opensync/libopensync-plugin-syncml-plugin.bb new file mode 100644 index 0000000000..0a7d82db74 --- /dev/null +++ b/meta/packages/opensync/libopensync-plugin-syncml-plugin.bb | |||
| @@ -0,0 +1,16 @@ | |||
| 1 | |||
| 2 | SRC_URI = "svn://svn.opensync.org/plugins;module=syncml;proto=http" | ||
| 3 | S = "${WORKDIR}/syncml" | ||
| 4 | |||
| 5 | require libopensync-plugin.inc | ||
| 6 | |||
| 7 | DEPENDS += " libsyncml" | ||
| 8 | |||
| 9 | do_install() { | ||
| 10 | install -d ${D}${datadir}/opensync/defaults | ||
| 11 | install -d ${D}${libdir}/opensync/plugins | ||
| 12 | install -m 644 src/syncml-http-server ${D}${datadir}/opensync/defaults | ||
| 13 | install -m 644 src/syncml-obex-client ${D}${datadir}/opensync/defaults | ||
| 14 | install -m 755 src/.libs/${PLUGIN_SONAME} ${D}${libdir}/opensync/plugins/ | ||
| 15 | } | ||
| 16 | |||
