mirror of
https://git.yoctoproject.org/poky
synced 2026-04-29 00:32:14 +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:
10
meta/packages/opensync/syncml-client-0.1/syncml-client-pc-in-cross.patch
vendored
Normal file
10
meta/packages/opensync/syncml-client-0.1/syncml-client-pc-in-cross.patch
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
--- 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
|
||||
~
|
||||
|
||||
11
meta/packages/opensync/syncml-client-0.1/syncml-client-plugin-h.patch
vendored
Normal file
11
meta/packages/opensync/syncml-client-0.1/syncml-client-plugin-h.patch
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
--- 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"
|
||||
|
||||
Reference in New Issue
Block a user