diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-06-18 11:25:58 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-06-18 11:25:58 +0000 |
commit | 323cb703dd179991c532deda30f6265b87728397 (patch) | |
tree | 9e4c96b68bf5b73caf543af72a4109063042c306 | |
parent | e10824682be9845d059066b02df031f0ff22bed7 (diff) | |
download | poky-323cb703dd179991c532deda30f6265b87728397.tar.gz |
syncml-client: drop as it is not fetchable anymore and OpenSync has own plugin for SyncML
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4698 311d38ba-8fff-0310-9ca6-ca027cbcb966
6 files changed, 0 insertions, 67 deletions
diff --git a/meta/packages/opensync/libopensync-plugin-syncml-client-plugin-0.1/missing-syncml-config.patch b/meta/packages/opensync/libopensync-plugin-syncml-client-plugin-0.1/missing-syncml-config.patch deleted file mode 100644 index 0fac67e5d9..0000000000 --- a/meta/packages/opensync/libopensync-plugin-syncml-client-plugin-0.1/missing-syncml-config.patch +++ /dev/null | |||
@@ -1,8 +0,0 @@ | |||
1 | --- tmp/src/missing-syncml-client-plugin 2007-01-09 12:55:48.000000000 +0000 | ||
2 | +++ tmp/src/syncml-client-plugin 2007-01-09 12:55:48.000000000 +0000 | ||
3 | @@ -0,0 +1,5 @@ | ||
4 | +<config> | ||
5 | + <gconf-uri>/apps/syncml-client</gconf-uri> | ||
6 | + <object-type>contact</object-type> | ||
7 | + <sync-source-name>card</sync-source-name> | ||
8 | +</config> | ||
diff --git a/meta/packages/opensync/libopensync-plugin-syncml-client-plugin-0.1/syncml-client-plugin-cpp.patch b/meta/packages/opensync/libopensync-plugin-syncml-client-plugin-0.1/syncml-client-plugin-cpp.patch deleted file mode 100644 index 7b659ce7c3..0000000000 --- a/meta/packages/opensync/libopensync-plugin-syncml-client-plugin-0.1/syncml-client-plugin-cpp.patch +++ /dev/null | |||
@@ -1,11 +0,0 @@ | |||
1 | --- tmp/src/syncml-client-plugin.cpp.orig 2007-01-09 12:27:33.000000000 +0000 | ||
2 | +++ tmp/src/syncml-client-plugin.cpp 2007-01-09 12:27:33.000000000 +0000 | ||
3 | @@ -94,7 +94,7 @@ | ||
4 | /** | ||
5 | * Initialize the plugin environment, read config data. | ||
6 | */ | ||
7 | -extern "C" static void* smc_initialize(OSyncMember *member, OSyncError **error) | ||
8 | +extern "C" void* smc_initialize(OSyncMember *member, OSyncError **error) | ||
9 | { | ||
10 | char *configData; | ||
11 | int configSize; | ||
diff --git a/meta/packages/opensync/libopensync-plugin-syncml-client-plugin_0.1.bb b/meta/packages/opensync/libopensync-plugin-syncml-client-plugin_0.1.bb deleted file mode 100644 index a81417bf7e..0000000000 --- a/meta/packages/opensync/libopensync-plugin-syncml-client-plugin_0.1.bb +++ /dev/null | |||
@@ -1,13 +0,0 @@ | |||
1 | PR = "r1" | ||
2 | |||
3 | SRC_URI = "svn://svn.opensync.org/plugins/syncml-client/plugin/tags;module=release-${PV};proto=http \ | ||
4 | file://missing-syncml-config.patch;patch=1 \ | ||
5 | file://syncml-client-plugin-cpp.patch;patch=1" | ||
6 | |||
7 | |||
8 | S = "${WORKDIR}/release-${PV}" | ||
9 | |||
10 | require libopensync-plugin.inc | ||
11 | |||
12 | DEPENDS += "syncml-client" | ||
13 | |||
diff --git a/meta/packages/opensync/syncml-client-0.1/syncml-client-pc-in-cross.patch b/meta/packages/opensync/syncml-client-0.1/syncml-client-pc-in-cross.patch deleted file mode 100644 index 364f7643c5..0000000000 --- a/meta/packages/opensync/syncml-client-0.1/syncml-client-pc-in-cross.patch +++ /dev/null | |||
@@ -1,10 +0,0 @@ | |||
1 | --- tmp/syncml-client.pc.in.orig 2007-01-09 09:43:18.000000000 +0000 | ||
2 | +++ tmp/syncml-client.pc.in 2007-01-09 09:43:18.000000000 +0000 | ||
3 | @@ -8,6 +8,6 @@ | ||
4 | Version: @VERSION@ | ||
5 | Requires: libcurl, gconf-2.0 | ||
6 | Libs: @SYNCML_LIBS@ -lsyncmlclient | ||
7 | -Cflags: @SYNCML_CFLAGS@ -I@includedir@/syncml-client | ||
8 | +Cflags: @SYNCML_CFLAGS@ -I${includedir}/syncml-client | ||
9 | ~ | ||
10 | |||
diff --git a/meta/packages/opensync/syncml-client-0.1/syncml-client-plugin-h.patch b/meta/packages/opensync/syncml-client-0.1/syncml-client-plugin-h.patch deleted file mode 100644 index c936445a95..0000000000 --- a/meta/packages/opensync/syncml-client-0.1/syncml-client-plugin-h.patch +++ /dev/null | |||
@@ -1,11 +0,0 @@ | |||
1 | --- tmp/src/syncml-client.h.orig 2007-01-09 12:15:41.000000000 +0000 | ||
2 | +++ tmp/src/syncml-client-plugin.h 2007-01-09 12:15:41.000000000 +0000 | ||
3 | @@ -20,7 +20,7 @@ | ||
4 | #define SYNCML_CLIENT_PLUGIN | ||
5 | |||
6 | #include <opensync/opensync.h> | ||
7 | -#include <syncml-client.h> | ||
8 | +#include <syncml-client/syncml-client.h> | ||
9 | #include "SmcSyncSource.h" | ||
10 | #include "SmcConfig.h" | ||
11 | |||
diff --git a/meta/packages/opensync/syncml-client_0.1.bb b/meta/packages/opensync/syncml-client_0.1.bb deleted file mode 100644 index 95a4e339c7..0000000000 --- a/meta/packages/opensync/syncml-client_0.1.bb +++ /dev/null | |||
@@ -1,14 +0,0 @@ | |||
1 | LICENSE = "GPL" | ||
2 | DEPENDS = "gtk+ curl gconf" | ||
3 | HOMEPAGE = "http://hem.bredband.net/miko22/" | ||
4 | DESCRIPTION = "Linux port of the Funambol C++ SyncML client connector." | ||
5 | PR="r1" | ||
6 | |||
7 | SRC_URI = "http://hem.bredband.net/miko22/${P}.tar.gz \ | ||
8 | file://syncml-client-pc-in-cross.patch;patch=1 " | ||
9 | |||
10 | inherit autotools pkgconfig | ||
11 | |||
12 | do_stage() { | ||
13 | autotools_stage_all | ||
14 | } | ||