diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-06-18 11:26:12 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-06-18 11:26:12 +0000 |
commit | 08e1e60a2218a6e11aac9e643f56ee4aa9b80ae0 (patch) | |
tree | 861bb54ccee18bda361c13c37f6aef7604516b4e /meta/packages/opensync/libopensync-plugin-syncml_svn.bb | |
parent | 323cb703dd179991c532deda30f6265b87728397 (diff) | |
download | poky-08e1e60a2218a6e11aac9e643f56ee4aa9b80ae0.tar.gz |
opensync: drop SVN recipes
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4699 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/opensync/libopensync-plugin-syncml_svn.bb')
-rw-r--r-- | meta/packages/opensync/libopensync-plugin-syncml_svn.bb | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/meta/packages/opensync/libopensync-plugin-syncml_svn.bb b/meta/packages/opensync/libopensync-plugin-syncml_svn.bb deleted file mode 100644 index eacc5b3c70..0000000000 --- a/meta/packages/opensync/libopensync-plugin-syncml_svn.bb +++ /dev/null | |||
@@ -1,17 +0,0 @@ | |||
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 | |||
17 | DEFAULT_PREFERENCE = "-1" | ||