diff options
Diffstat (limited to 'meta/recipes-connectivity/opensync')
17 files changed, 0 insertions, 228 deletions
diff --git a/meta/recipes-connectivity/opensync/libopensync-0.37/build-in-src.patch b/meta/recipes-connectivity/opensync/libopensync-0.37/build-in-src.patch deleted file mode 100644 index 1810b339a6..0000000000 --- a/meta/recipes-connectivity/opensync/libopensync-0.37/build-in-src.patch +++ /dev/null | |||
@@ -1,18 +0,0 @@ | |||
1 | --- | ||
2 | cmake/OpenSyncInternal.cmake.in | 1 - | ||
3 | 1 file changed, 1 deletion(-) | ||
4 | |||
5 | --- libopensync-0.36.orig/cmake/OpenSyncInternal.cmake.in | ||
6 | +++ libopensync-0.36/cmake/OpenSyncInternal.cmake.in | ||
7 | @@ -5,11 +5,10 @@ INCLUDE( OpenSyncTesting ) | ||
8 | INCLUDE( OpenSyncPackaging ) | ||
9 | INCLUDE( OpenSyncPlugin ) | ||
10 | INCLUDE( OpenSyncPlatforms ) | ||
11 | INCLUDE( MacroEnsureOutOfSourceBuild ) | ||
12 | |||
13 | -MACRO_ENSURE_OUT_OF_SOURCE_BUILD("${CMAKE_PROJECT_NAME} doesn't allow to build within the source directory. Please, create a seperate build directory and run 'cmake ${PROJECT_SOURCE_DIR} [options]'!") | ||
14 | |||
15 | |||
16 | SET( OPENSYNC_PLUGINDIR "@OPENSYNC_PLUGINDIR@" ) | ||
17 | SET( OPENSYNC_FORMATSDIR "@OPENSYNC_FORMATSDIR@" ) | ||
18 | SET( OPENSYNC_PYTHON_PLUGINDIR "@OPENSYNC_PYTHON_PLUGINDIR@" ) | ||
diff --git a/meta/recipes-connectivity/opensync/libopensync-0.37/cmake.patch b/meta/recipes-connectivity/opensync/libopensync-0.37/cmake.patch deleted file mode 100644 index 7ea4613548..0000000000 --- a/meta/recipes-connectivity/opensync/libopensync-0.37/cmake.patch +++ /dev/null | |||
@@ -1,17 +0,0 @@ | |||
1 | --- | ||
2 | opensync/CMakeLists.txt | 1 - | ||
3 | 1 file changed, 1 deletion(-) | ||
4 | |||
5 | Index: libopensync-0.37/opensync/CMakeLists.txt | ||
6 | =================================================================== | ||
7 | --- libopensync-0.37.orig/opensync/CMakeLists.txt 2008-10-15 13:56:45.000000000 +0100 | ||
8 | +++ libopensync-0.37/opensync/CMakeLists.txt 2008-10-15 13:59:03.000000000 +0100 | ||
9 | @@ -67,8 +67,6 @@ | ||
10 | SET_TARGET_PROPERTIES( opensync PROPERTIES VERSION ${OPENSYNC_LIBVERSION_VERSION} ) | ||
11 | SET_TARGET_PROPERTIES( opensync PROPERTIES SOVERSION ${OPENSYNC_LIBVERSION_SOVERSION} ) | ||
12 | |||
13 | -SET_TARGET_PROPERTIES( opensync PROPERTIES COMPILE_FLAGS ${SYMBOLS_VISIBILITY} ) | ||
14 | - | ||
15 | IF ( OPENSYNC_UNITTESTS ) | ||
16 | ADD_LIBRARY( opensync-testing SHARED ${libopensync_LIB_SRCS} ) | ||
17 | TARGET_LINK_LIBRARIES( opensync-testing ${GLIB2_LIBRARIES} ${GTHREAD2_LIBRARIES} ${GMODULE2_LIBRARIES} ${LIBXML2_LIBRARIES} ${LIBXSLT_LIBRARIES} ${LIBEXSLT_LIBRARIES} ${SQLITE3_LIBRARIES} ) | ||
diff --git a/meta/recipes-connectivity/opensync/libopensync-0.37/no-python-check.patch b/meta/recipes-connectivity/opensync/libopensync-0.37/no-python-check.patch deleted file mode 100644 index 04257bc623..0000000000 --- a/meta/recipes-connectivity/opensync/libopensync-0.37/no-python-check.patch +++ /dev/null | |||
@@ -1,16 +0,0 @@ | |||
1 | --- | ||
2 | CMakeLists.txt | 1 - | ||
3 | 1 file changed, 1 deletion(-) | ||
4 | |||
5 | Index: libopensync-0.37/CMakeLists.txt | ||
6 | =================================================================== | ||
7 | --- libopensync-0.37.orig/CMakeLists.txt 2008-08-18 16:14:24.000000000 +0100 | ||
8 | +++ libopensync-0.37/CMakeLists.txt 2008-10-15 14:00:12.000000000 +0100 | ||
9 | @@ -65,7 +65,6 @@ | ||
10 | FIND_PACKAGE( LibXslt REQUIRED ) | ||
11 | FIND_PACKAGE( LibExslt REQUIRED ) | ||
12 | FIND_PACKAGE( SWIG ) | ||
13 | -FIND_PACKAGE( PythonLibs ) | ||
14 | FIND_PACKAGE( Check ) | ||
15 | |||
16 | ADD_SUBDIRECTORY( opensync ) | ||
diff --git a/meta/recipes-connectivity/opensync/libopensync-plugin-evolution2/0.37-fixes.patch b/meta/recipes-connectivity/opensync/libopensync-plugin-evolution2/0.37-fixes.patch deleted file mode 100644 index 4a1802ce17..0000000000 --- a/meta/recipes-connectivity/opensync/libopensync-plugin-evolution2/0.37-fixes.patch +++ /dev/null | |||
@@ -1,23 +0,0 @@ | |||
1 | Index: libopensync-plugin-evolution2-0.36/cmake/modules/FindOpenSync.cmake | ||
2 | =================================================================== | ||
3 | --- libopensync-plugin-evolution2-0.36.orig/cmake/modules/FindOpenSync.cmake 2008-10-20 13:07:14.000000000 +0100 | ||
4 | +++ libopensync-plugin-evolution2-0.36/cmake/modules/FindOpenSync.cmake 2008-10-20 13:08:09.000000000 +0100 | ||
5 | @@ -23,15 +23,15 @@ | ||
6 | ENDIF ( OpenSync_FIND_REQUIRED ) | ||
7 | |||
8 | IF ( OPENSYNC_MIN_VERSION ) | ||
9 | - PKG_SEARCH_MODULE( OPENSYNC ${_pkgconfig_REQUIRED} opensync-1.0>=${OPENSYNC_MIN_VERSION} ) | ||
10 | + PKG_SEARCH_MODULE( OPENSYNC ${_pkgconfig_REQUIRED} libopensync>=${OPENSYNC_MIN_VERSION} ) | ||
11 | ELSE ( OPENSYNC_MIN_VERSION ) | ||
12 | - PKG_SEARCH_MODULE( OPENSYNC ${_pkgconfig_REQUIRED} opensync-1.0 ) | ||
13 | + PKG_SEARCH_MODULE( OPENSYNC ${_pkgconfig_REQUIRED} libopensync ) | ||
14 | ENDIF ( OPENSYNC_MIN_VERSION ) | ||
15 | |||
16 | FIND_PROGRAM( PKGCONFIG_EXECUTABLE NAMES pkg-config ) | ||
17 | |||
18 | IF ( PKGCONFIG_EXECUTABLE ) | ||
19 | - EXEC_PROGRAM( ${PKGCONFIG_EXECUTABLE} ARGS opensync-1.0 --variable=datadir OUTPUT_VARIABLE _opensync_data_DIR ) | ||
20 | + EXEC_PROGRAM( ${PKGCONFIG_EXECUTABLE} ARGS libopensync --variable=datadir OUTPUT_VARIABLE _opensync_data_DIR ) | ||
21 | STRING( REGEX REPLACE "[\r\n]" " " _opensync_data_DIR "${_opensync_data_DIR}" ) | ||
22 | ENDIF ( PKGCONFIG_EXECUTABLE ) | ||
23 | |||
diff --git a/meta/recipes-connectivity/opensync/libopensync-plugin-evolution2_0.36.bb b/meta/recipes-connectivity/opensync/libopensync-plugin-evolution2_0.36.bb deleted file mode 100644 index 6548c206a5..0000000000 --- a/meta/recipes-connectivity/opensync/libopensync-plugin-evolution2_0.36.bb +++ /dev/null | |||
@@ -1,8 +0,0 @@ | |||
1 | require libopensync-plugin_0.36.inc | ||
2 | LICENSE = "LGPL" | ||
3 | |||
4 | DEPENDS += " eds-dbus" | ||
5 | |||
6 | SRC_URI += "file://0.37-fixes.patch;patch=1" | ||
7 | |||
8 | PR = "r1" | ||
diff --git a/meta/recipes-connectivity/opensync/libopensync-plugin-file_0.37.bb b/meta/recipes-connectivity/opensync/libopensync-plugin-file_0.37.bb deleted file mode 100644 index 404c172490..0000000000 --- a/meta/recipes-connectivity/opensync/libopensync-plugin-file_0.37.bb +++ /dev/null | |||
@@ -1,2 +0,0 @@ | |||
1 | require libopensync-plugin_0.36.inc | ||
2 | LICENSE = "LGPL" | ||
diff --git a/meta/recipes-connectivity/opensync/libopensync-plugin-google-calendar_0.36.bb b/meta/recipes-connectivity/opensync/libopensync-plugin-google-calendar_0.36.bb deleted file mode 100644 index dbcb2aac12..0000000000 --- a/meta/recipes-connectivity/opensync/libopensync-plugin-google-calendar_0.36.bb +++ /dev/null | |||
@@ -1,2 +0,0 @@ | |||
1 | require libopensync-plugin_0.36.inc | ||
2 | LICENSE = "GPLv2" | ||
diff --git a/meta/recipes-connectivity/opensync/libopensync-plugin-irmc_0.36.bb b/meta/recipes-connectivity/opensync/libopensync-plugin-irmc_0.36.bb deleted file mode 100644 index cb601f2dc7..0000000000 --- a/meta/recipes-connectivity/opensync/libopensync-plugin-irmc_0.36.bb +++ /dev/null | |||
@@ -1,4 +0,0 @@ | |||
1 | require libopensync-plugin_0.36.inc | ||
2 | LICENSE = "GPLv2" | ||
3 | |||
4 | DEPENDS += "openobex bluez4" | ||
diff --git a/meta/recipes-connectivity/opensync/libopensync-plugin-syncml/fixerror.patch b/meta/recipes-connectivity/opensync/libopensync-plugin-syncml/fixerror.patch deleted file mode 100644 index 7dad889422..0000000000 --- a/meta/recipes-connectivity/opensync/libopensync-plugin-syncml/fixerror.patch +++ /dev/null | |||
@@ -1,13 +0,0 @@ | |||
1 | Index: libopensync-plugin-syncml-0.38/src/syncml_callbacks.c | ||
2 | =================================================================== | ||
3 | --- libopensync-plugin-syncml-0.38.orig/src/syncml_callbacks.c 2009-07-31 10:30:33.000000000 +0100 | ||
4 | +++ libopensync-plugin-syncml-0.38/src/syncml_callbacks.c 2009-07-31 10:30:39.000000000 +0100 | ||
5 | @@ -405,7 +405,7 @@ | ||
6 | } else { | ||
7 | /* This problem should be fixed with the next SLOW-SYNC. */ | ||
8 | osync_trace(TRACE_EXIT_ERROR, "%s - unexpected Add or Replace command", __func__); | ||
9 | - smlErrorSet(error, SML_ERROR_TEMPORARY, "Unwanted Add or Replace command on second OMA DS session."); | ||
10 | + smlErrorSet(error, SML_ERROR_GENERIC, "Unwanted Add or Replace command on second OMA DS session."); | ||
11 | return FALSE; | ||
12 | } | ||
13 | } | ||
diff --git a/meta/recipes-connectivity/opensync/libopensync-plugin-syncml_0.38.bb b/meta/recipes-connectivity/opensync/libopensync-plugin-syncml_0.38.bb deleted file mode 100644 index e33336f57e..0000000000 --- a/meta/recipes-connectivity/opensync/libopensync-plugin-syncml_0.38.bb +++ /dev/null | |||
@@ -1,8 +0,0 @@ | |||
1 | require libopensync-plugin_0.36.inc | ||
2 | LICENSE = "LGPL" | ||
3 | |||
4 | DEPENDS += " libsyncml (>= 0.4.7)" | ||
5 | |||
6 | SRC_URI += "file://fixerror.patch;patch=1" | ||
7 | |||
8 | PR = "r1" | ||
diff --git a/meta/recipes-connectivity/opensync/libopensync-plugin-vformat_0.37.bb b/meta/recipes-connectivity/opensync/libopensync-plugin-vformat_0.37.bb deleted file mode 100644 index a7d50dc615..0000000000 --- a/meta/recipes-connectivity/opensync/libopensync-plugin-vformat_0.37.bb +++ /dev/null | |||
@@ -1,4 +0,0 @@ | |||
1 | require libopensync-plugin_0.36.inc | ||
2 | LICENSE = "LGPL" | ||
3 | |||
4 | DEPENDS += "libcheck" | ||
diff --git a/meta/recipes-connectivity/opensync/libopensync-plugin_0.36.inc b/meta/recipes-connectivity/opensync/libopensync-plugin_0.36.inc deleted file mode 100644 index 147fcfb5ed..0000000000 --- a/meta/recipes-connectivity/opensync/libopensync-plugin_0.36.inc +++ /dev/null | |||
@@ -1,11 +0,0 @@ | |||
1 | DEPENDS = "libopensync (>= 0.36)" | ||
2 | |||
3 | DESCRIPTION ?= "OpenSync plugin" | ||
4 | |||
5 | SRC_URI = "http://opensync.org/download/releases/${PV}/${P}.tar.bz2" | ||
6 | |||
7 | inherit cmake | ||
8 | |||
9 | FILES_${PN} += "${libdir}/opensync*/plugins/*.so \ | ||
10 | ${libdir}/opensync*/formats/*.so \ | ||
11 | ${datadir}/opensync*/defaults/" | ||
diff --git a/meta/recipes-connectivity/opensync/libopensync_0.37.bb b/meta/recipes-connectivity/opensync/libopensync_0.37.bb deleted file mode 100644 index 437bdd2885..0000000000 --- a/meta/recipes-connectivity/opensync/libopensync_0.37.bb +++ /dev/null | |||
@@ -1,26 +0,0 @@ | |||
1 | LICENSE = "LGPL" | ||
2 | HOMEPAGE = "http://www.opensync.org/" | ||
3 | SUMMARY = "Synchronization framwork" | ||
4 | DESCRIPTION = "The OpenSync project is an ongoing effort to create a synchronization framework that will be a platform independent, general purpose synchronization engine utilizing modular plugins for content formats and different kind of connection types. OpenSync's modularity should allow it to be extended easily to new devices and purposes without radically changing the architecture itself, allowing it to support wide variety of devices used today and in the future." | ||
5 | DEPENDS = "sqlite3 libxml2 glib-2.0 libcheck zlib libxslt" | ||
6 | |||
7 | PR = "r1" | ||
8 | |||
9 | SRC_URI = "http://opensync.org/download/releases/${PV}/libopensync-${PV}.tar.bz2\ | ||
10 | file://cmake.patch;patch=1 \ | ||
11 | file://build-in-src.patch;patch=1 \ | ||
12 | file://no-python-check.patch;patch=1" | ||
13 | |||
14 | inherit cmake pkgconfig | ||
15 | |||
16 | LEAD_SONAME = "libopensync.so" | ||
17 | |||
18 | FILES_${PN} += " ${libdir}/opensync*/formats/*.so \ | ||
19 | ${libdir}/opensync*/osplugin \ | ||
20 | ${datadir}/opensync*/schemas \ | ||
21 | ${datadir}/opensync*/capabilities \ | ||
22 | ${datadir}/opensync*/descriptions \ | ||
23 | " | ||
24 | FILES_${PN}-dbg += " ${libdir}/opensync*/formats/.debug/*.so \ | ||
25 | ${libdir}/opensync*/.debug/osplugin " | ||
26 | |||
diff --git a/meta/recipes-connectivity/opensync/libsync_svn.bb b/meta/recipes-connectivity/opensync/libsync_svn.bb deleted file mode 100644 index 74ca752ad6..0000000000 --- a/meta/recipes-connectivity/opensync/libsync_svn.bb +++ /dev/null | |||
@@ -1,20 +0,0 @@ | |||
1 | SUMMARY = "GObject-based sync library" | ||
2 | DESCRIPTION = "LibSync is a GObject-based framework for more convenient use of \ | ||
3 | OpenSync in GLib applications." | ||
4 | LICENSE = "LGPL" | ||
5 | SECTION = "x11" | ||
6 | DEPENDS = "glib-2.0 gtk+ libglade libopensync avahi" | ||
7 | RRECOMMENDS = "\ | ||
8 | libopensync-plugin-file \ | ||
9 | " | ||
10 | PV = "0.0+svnr${SRCREV}" | ||
11 | |||
12 | SRC_URI = "svn://svn.o-hand.com/repos/sync/trunk;module=sync;proto=http" | ||
13 | |||
14 | inherit autotools pkgconfig | ||
15 | |||
16 | S = "${WORKDIR}/sync" | ||
17 | |||
18 | PACKAGES += "synctool" | ||
19 | FILES_${PN} = "${libdir}/lib*.so.*" | ||
20 | FILES_synctool = "${bindir} ${datadir}" | ||
diff --git a/meta/recipes-connectivity/opensync/libsyncml/build-in-src.patch b/meta/recipes-connectivity/opensync/libsyncml/build-in-src.patch deleted file mode 100644 index d8106bdfc7..0000000000 --- a/meta/recipes-connectivity/opensync/libsyncml/build-in-src.patch +++ /dev/null | |||
@@ -1,19 +0,0 @@ | |||
1 | --- | ||
2 | CMakeLists.txt | 4 ---- | ||
3 | 1 file changed, 4 deletions(-) | ||
4 | |||
5 | Index: libsyncml-0.5.4/CMakeLists.txt | ||
6 | =================================================================== | ||
7 | --- libsyncml-0.5.4.orig/CMakeLists.txt 2009-07-31 09:56:16.000000000 +0100 | ||
8 | +++ libsyncml-0.5.4/CMakeLists.txt 2009-07-31 09:57:33.000000000 +0100 | ||
9 | @@ -72,10 +72,6 @@ | ||
10 | CHECK_TYPE_SIZE( uint32_t UINT32_T ) | ||
11 | CHECK_TYPE_SIZE( uint8_t UINT8_T ) | ||
12 | |||
13 | -# ensure out od source build | ||
14 | -INCLUDE( MacroEnsureOutOfSourceBuild ) | ||
15 | -MACRO_ENSURE_OUT_OF_SOURCE_BUILD("${CMAKE_PROJECT_NAME} doesn't allow to build within the source directory. Please, create a seperate build directory and run 'cmake ${PROJECT_SOURCE_DIR} [options]'!") | ||
16 | - | ||
17 | # find requirements | ||
18 | SET ( GLIB2_MIN_VERSION "2.12" ) | ||
19 | SET ( OPENOBEX_MIN_VERSION "1.1" ) | ||
diff --git a/meta/recipes-connectivity/opensync/libsyncml_0.5.4.bb b/meta/recipes-connectivity/opensync/libsyncml_0.5.4.bb deleted file mode 100644 index c045698031..0000000000 --- a/meta/recipes-connectivity/opensync/libsyncml_0.5.4.bb +++ /dev/null | |||
@@ -1,17 +0,0 @@ | |||
1 | DESCRIPTION = "Libsyncml is a implementation of the SyncML protocol." | ||
2 | HOMEPAGE = "http://libsyncml.opensync.org/" | ||
3 | LICENSE = "LGPL" | ||
4 | DEPENDS = "sed-native wbxml2 libsoup libxml2 bluez4 openobex libcheck" | ||
5 | PR = "r1" | ||
6 | |||
7 | SRC_URI = "${SOURCEFORGE_MIRROR}/libsyncml/0.5.4/libsyncml-0.5.4.tar.bz2 \ | ||
8 | file://build-in-src.patch;patch=1" | ||
9 | |||
10 | inherit cmake pkgconfig | ||
11 | |||
12 | PACKAGES += "${PN}-tools" | ||
13 | |||
14 | FILES_${PN}-tools = "${bindir}" | ||
15 | FILES_${PN} = "${libdir}/*.so.*" | ||
16 | |||
17 | export VERBOSE=1 | ||
diff --git a/meta/recipes-connectivity/opensync/msynctool_0.38.bb b/meta/recipes-connectivity/opensync/msynctool_0.38.bb deleted file mode 100644 index ff86a0b103..0000000000 --- a/meta/recipes-connectivity/opensync/msynctool_0.38.bb +++ /dev/null | |||
@@ -1,20 +0,0 @@ | |||
1 | SUMMARY = "Calendar (and other PIM data) synchronization program" | ||
2 | DESCRIPTION = "msynctool is a program to synchronize calendars, \ | ||
3 | addressbooks and other PIM data between programs on your computer and \ | ||
4 | other computers, mobile devices, PDAs or cell phones. It uses the \ | ||
5 | OpenSync plugins when synchronizing data." | ||
6 | HOMEPAGE = "http://www.opensync.org/" | ||
7 | LICENSE = "GPLv2+" | ||
8 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ | ||
9 | file://tools/msynctool.c;beginline=1;endline=20;md5=0b71ef245b75c74bff7d7ec58b9b4527" | ||
10 | |||
11 | DEPENDS = "libopensync glib-2.0" | ||
12 | |||
13 | SRC_URI = "http://www.opensync.org/download/releases/${PV}/msynctool-${PV}.tar.bz2" | ||
14 | |||
15 | inherit cmake pkgconfig | ||
16 | |||
17 | PR = "r0" | ||
18 | |||
19 | SRC_URI[md5sum] = "495c45d6f12d3523a736864b0ced6ce5" | ||
20 | SRC_URI[sha256sum] = "4a903d4db05bf2f677a675ec47e9791da9b1752c9feda0026157e82aa97e372b" | ||