mirror of
https://git.yoctoproject.org/poky
synced 2026-04-17 09:32:12 +02:00
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
This commit is contained in:
@@ -1,8 +0,0 @@
|
||||
--- tmp/src/missing-syncml-client-plugin 2007-01-09 12:55:48.000000000 +0000
|
||||
+++ tmp/src/syncml-client-plugin 2007-01-09 12:55:48.000000000 +0000
|
||||
@@ -0,0 +1,5 @@
|
||||
+<config>
|
||||
+ <gconf-uri>/apps/syncml-client</gconf-uri>
|
||||
+ <object-type>contact</object-type>
|
||||
+ <sync-source-name>card</sync-source-name>
|
||||
+</config>
|
||||
@@ -1,11 +0,0 @@
|
||||
--- tmp/src/syncml-client-plugin.cpp.orig 2007-01-09 12:27:33.000000000 +0000
|
||||
+++ tmp/src/syncml-client-plugin.cpp 2007-01-09 12:27:33.000000000 +0000
|
||||
@@ -94,7 +94,7 @@
|
||||
/**
|
||||
* Initialize the plugin environment, read config data.
|
||||
*/
|
||||
-extern "C" static void* smc_initialize(OSyncMember *member, OSyncError **error)
|
||||
+extern "C" void* smc_initialize(OSyncMember *member, OSyncError **error)
|
||||
{
|
||||
char *configData;
|
||||
int configSize;
|
||||
@@ -1,13 +0,0 @@
|
||||
PR = "r1"
|
||||
|
||||
SRC_URI = "svn://svn.opensync.org/plugins/syncml-client/plugin/tags;module=release-${PV};proto=http \
|
||||
file://missing-syncml-config.patch;patch=1 \
|
||||
file://syncml-client-plugin-cpp.patch;patch=1"
|
||||
|
||||
|
||||
S = "${WORKDIR}/release-${PV}"
|
||||
|
||||
require libopensync-plugin.inc
|
||||
|
||||
DEPENDS += "syncml-client"
|
||||
|
||||
@@ -1,10 +0,0 @@
|
||||
--- tmp/syncml-client.pc.in.orig 2007-01-09 09:43:18.000000000 +0000
|
||||
+++ tmp/syncml-client.pc.in 2007-01-09 09:43:18.000000000 +0000
|
||||
@@ -8,6 +8,6 @@
|
||||
Version: @VERSION@
|
||||
Requires: libcurl, gconf-2.0
|
||||
Libs: @SYNCML_LIBS@ -lsyncmlclient
|
||||
-Cflags: @SYNCML_CFLAGS@ -I@includedir@/syncml-client
|
||||
+Cflags: @SYNCML_CFLAGS@ -I${includedir}/syncml-client
|
||||
~
|
||||
|
||||
@@ -1,11 +0,0 @@
|
||||
--- tmp/src/syncml-client.h.orig 2007-01-09 12:15:41.000000000 +0000
|
||||
+++ tmp/src/syncml-client-plugin.h 2007-01-09 12:15:41.000000000 +0000
|
||||
@@ -20,7 +20,7 @@
|
||||
#define SYNCML_CLIENT_PLUGIN
|
||||
|
||||
#include <opensync/opensync.h>
|
||||
-#include <syncml-client.h>
|
||||
+#include <syncml-client/syncml-client.h>
|
||||
#include "SmcSyncSource.h"
|
||||
#include "SmcConfig.h"
|
||||
|
||||
@@ -1,14 +0,0 @@
|
||||
LICENSE = "GPL"
|
||||
DEPENDS = "gtk+ curl gconf"
|
||||
HOMEPAGE = "http://hem.bredband.net/miko22/"
|
||||
DESCRIPTION = "Linux port of the Funambol C++ SyncML client connector."
|
||||
PR="r1"
|
||||
|
||||
SRC_URI = "http://hem.bredband.net/miko22/${P}.tar.gz \
|
||||
file://syncml-client-pc-in-cross.patch;patch=1 "
|
||||
|
||||
inherit autotools pkgconfig
|
||||
|
||||
do_stage() {
|
||||
autotools_stage_all
|
||||
}
|
||||
Reference in New Issue
Block a user