mirror of
https://git.yoctoproject.org/poky
synced 2026-04-20 00:32:13 +02:00
fix building of syncml-client and and the syncml-client-plugin
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1136 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
--- 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>
|
||||
@@ -0,0 +1,11 @@
|
||||
--- 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;
|
||||
Reference in New Issue
Block a user