diff options
Diffstat (limited to 'meta/packages/opensync')
25 files changed, 0 insertions, 421 deletions
diff --git a/meta/packages/opensync/libopensync-plugin-evo2-sync_0.22.bb b/meta/packages/opensync/libopensync-plugin-evo2-sync_0.22.bb deleted file mode 100644 index 6b2609902a..0000000000 --- a/meta/packages/opensync/libopensync-plugin-evo2-sync_0.22.bb +++ /dev/null @@ -1,6 +0,0 @@ -PLUGIN_ARCHIVE = "evolution2" - -require libopensync-plugin.inc -require libopensync-plugin_0.22.inc - -DEPENDS += " eds-dbus" diff --git a/meta/packages/opensync/libopensync-plugin-evo2-sync_svn.bb b/meta/packages/opensync/libopensync-plugin-evo2-sync_svn.bb deleted file mode 100644 index 2b5554ef6c..0000000000 --- a/meta/packages/opensync/libopensync-plugin-evo2-sync_svn.bb +++ /dev/null @@ -1,9 +0,0 @@ - -SRC_URI = "svn://svn.opensync.org/plugins;module=evolution2;proto=http" -S = "${WORKDIR}/evolution2" - -require libopensync-plugin.inc - -DEPENDS += " eds-dbus" - -DEFAULT_PREFERENCE = "-1" diff --git a/meta/packages/opensync/libopensync-plugin-file-sync_0.22.bb b/meta/packages/opensync/libopensync-plugin-file-sync_0.22.bb deleted file mode 100644 index d34473127d..0000000000 --- a/meta/packages/opensync/libopensync-plugin-file-sync_0.22.bb +++ /dev/null @@ -1,2 +0,0 @@ -require libopensync-plugin.inc -require libopensync-plugin_0.22.inc diff --git a/meta/packages/opensync/libopensync-plugin-file-sync_svn.bb b/meta/packages/opensync/libopensync-plugin-file-sync_svn.bb deleted file mode 100644 index 338e0140c4..0000000000 --- a/meta/packages/opensync/libopensync-plugin-file-sync_svn.bb +++ /dev/null @@ -1,7 +0,0 @@ - -SRC_URI = "svn://svn.opensync.org/plugins;module=file-sync;proto=http" -S = "${WORKDIR}/file-sync" - -require libopensync-plugin.inc - -DEFAULT_PREFERENCE = "-1" diff --git a/meta/packages/opensync/libopensync-plugin-irmc-sync_0.22.bb b/meta/packages/opensync/libopensync-plugin-irmc-sync_0.22.bb deleted file mode 100644 index 55df4e4d78..0000000000 --- a/meta/packages/opensync/libopensync-plugin-irmc-sync_0.22.bb +++ /dev/null @@ -1,4 +0,0 @@ -require libopensync-plugin.inc -require libopensync-plugin_0.22.inc - -DEPENDS += "openobex bluez-libs" 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 @@ ---- 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> 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 @@ ---- 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; 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 @@ -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" - diff --git a/meta/packages/opensync/libopensync-plugin-syncml-plugin.bb b/meta/packages/opensync/libopensync-plugin-syncml-plugin.bb deleted file mode 100644 index 0a7d82db74..0000000000 --- a/meta/packages/opensync/libopensync-plugin-syncml-plugin.bb +++ /dev/null @@ -1,16 +0,0 @@ - -SRC_URI = "svn://svn.opensync.org/plugins;module=syncml;proto=http" -S = "${WORKDIR}/syncml" - -require libopensync-plugin.inc - -DEPENDS += " libsyncml" - -do_install() { - install -d ${D}${datadir}/opensync/defaults - install -d ${D}${libdir}/opensync/plugins - install -m 644 src/syncml-http-server ${D}${datadir}/opensync/defaults - install -m 644 src/syncml-obex-client ${D}${datadir}/opensync/defaults - install -m 755 src/.libs/${PLUGIN_SONAME} ${D}${libdir}/opensync/plugins/ -} - diff --git a/meta/packages/opensync/libopensync-plugin-syncml_0.22.bb b/meta/packages/opensync/libopensync-plugin-syncml_0.22.bb deleted file mode 100644 index 2a26eb1674..0000000000 --- a/meta/packages/opensync/libopensync-plugin-syncml_0.22.bb +++ /dev/null @@ -1,13 +0,0 @@ - -require libopensync-plugin.inc - -DEPENDS += " libsyncml" - -do_install() { - install -d ${D}${datadir}/opensync/defaults - install -d ${D}${libdir}/opensync/plugins - install -m 644 src/syncml-http-server ${D}${datadir}/opensync/defaults - install -m 644 src/syncml-obex-client ${D}${datadir}/opensync/defaults - install -m 755 src/.libs/${PLUGIN_SONAME} ${D}${libdir}/opensync/plugins/ -} - diff --git a/meta/packages/opensync/libopensync-plugin.inc b/meta/packages/opensync/libopensync-plugin.inc deleted file mode 100644 index b1986a9e64..0000000000 --- a/meta/packages/opensync/libopensync-plugin.inc +++ /dev/null @@ -1,24 +0,0 @@ - -PV = "0.22+svn${SRCDATE}" -PLUGIN_NAME ?= "${@bb.data.getVar('PN', d, 1).replace('libopensync-plugin-','')}" -PLUGIN_SONAME ?= "${@bb.data.getVar('PLUGIN_NAME', d, 1).replace('-','_')}.so" -SRC_URI ?= "svn://svn.opensync.org/plugins;module=${PLUGIN_NAME};proto=http" -S ?= "${WORKDIR}/${PLUGIN_NAME}" - -LICENSE ?= "LGPL" -DEPENDS += " libopensync" -RRECOMMENDS += " msynctool" -HOMEPAGE ?= "http://www.opensync.org/" - -inherit autotools pkgconfig - -FILES_${PN} += "${datadir} ${libdir}/opensync/plugins/*.so" -FILES_${PN}-dbg += "${libdir}/opensync/plugins/.debug" - -do_install() { - install -d ${D}${datadir}/opensync/defaults - install -d ${D}${libdir}/opensync/plugins - install -m 644 src/${PLUGIN_NAME} ${D}${datadir}/opensync/defaults - install -m 755 src/.libs/${PLUGIN_SONAME} ${D}${libdir}/opensync/plugins/ -} - diff --git a/meta/packages/opensync/libopensync-plugin_0.22.inc b/meta/packages/opensync/libopensync-plugin_0.22.inc deleted file mode 100644 index 03857dce53..0000000000 --- a/meta/packages/opensync/libopensync-plugin_0.22.inc +++ /dev/null @@ -1,12 +0,0 @@ -PV = "0.22" -PLUGIN_ARCHIVE ?= "${@bb.data.getVar('PLUGIN_NAME', d, 1).replace('-sync','')}" -SRC_URI = "http://www.opensync.org/attachment/wiki/download/libopensync-plugin-${PLUGIN_ARCHIVE}-${PV}.tar.bz2?format=raw" - -S = "${WORKDIR}/libopensync-plugin-${PLUGIN_ARCHIVE}-${PV}/" - -do_unpack2() { - cd ${WORKDIR} && tar jxf libopensync-plugin-${PLUGIN_ARCHIVE}-${PV}.tar.bz2?format=raw -} - -addtask unpack2 after do_unpack before do_patch - diff --git a/meta/packages/opensync/libopensync/fix-attr.patch b/meta/packages/opensync/libopensync/fix-attr.patch deleted file mode 100644 index 7a2e5441c8..0000000000 --- a/meta/packages/opensync/libopensync/fix-attr.patch +++ /dev/null @@ -1,13 +0,0 @@ -Index: trunk/opensync/merger/opensync_xmlfield.c -=================================================================== ---- trunk.orig/opensync/merger/opensync_xmlfield.c 2007-04-12 16:40:07.000000000 +0200 -+++ trunk/opensync/merger/opensync_xmlfield.c 2007-04-12 16:40:11.000000000 +0200 -@@ -298,7 +298,7 @@ - int count; - xmlAttrPtr attr = xmlfield->node->properties; - -- for(count=0; attribute != NULL; count++) { -+ for(count=0; attr != NULL; count++) { - if(count == nth) - return (const char *)attr->name; - attr = attr->next; diff --git a/meta/packages/opensync/libopensync/gcc.patch b/meta/packages/opensync/libopensync/gcc.patch deleted file mode 100644 index 3eee014339..0000000000 --- a/meta/packages/opensync/libopensync/gcc.patch +++ /dev/null @@ -1,29 +0,0 @@ -Index: trunk/SConstruct -=================================================================== ---- trunk.orig/SConstruct 2007-04-25 13:20:13.000000000 +0200 -+++ trunk/SConstruct 2007-04-25 14:00:02.000000000 +0200 -@@ -36,7 +36,11 @@ - opts.Add(BoolOption('enable_python', 'Build python wrapper? (swig required)', 0)) - opts.Add(BoolOption('debug_modules', 'Should unloading of shared modules be avoided (DEBUGGING ONLY!)', 0)) - opts.Add(BoolOption('enable_doxygen', 'Generating OpenSync API with doxygen?', 0)) -- -+opts.AddOptions( -+('CC', 'Path to Custom c compiler', 'gcc'), -+('CXX', 'Path to Custom c++ compiler flags', 'g++'), -+('LDFLAGS', 'Linker flags', ''), -+) - - target_dir = SelectBuildDir('build') - sys.path.append(target_dir) -@@ -63,6 +67,11 @@ - env.Append(CCFLAGS = r'-DENABLE_TOOLS=$enable_tools') - env.Append(CCFLAGS = r'-DENABLE_PROFILING=$enable_profiling') - -+env.Replace( -+ CC = env['CC'], -+ CXX = env['CXX'], -+ LDFLAGS = env['LDFLAGS'] -+) - - # pkg config files - subst_dict={'@prefix@': '$prefix', diff --git a/meta/packages/opensync/libopensync/no-werror.patch b/meta/packages/opensync/libopensync/no-werror.patch deleted file mode 100644 index 523ceaaeb5..0000000000 --- a/meta/packages/opensync/libopensync/no-werror.patch +++ /dev/null @@ -1,13 +0,0 @@ -Index: trunk/build/linux/osync_build.py -=================================================================== ---- trunk.orig/build/linux/osync_build.py 2007-04-25 13:28:44.000000000 +0200 -+++ trunk/build/linux/osync_build.py 2007-04-25 13:28:54.000000000 +0200 -@@ -48,7 +48,7 @@ - env.ParseConfig('pkg-config --cflags --libs libxml-2.0') - env.ParseConfig('pkg-config --cflags --libs sqlite3') - env.Append(CCFLAGS = r'-I.') -- env.Append(CCFLAGS = [r'-Wall', r'-Werror']) -+ env.Append(CCFLAGS = [r'-Wall']) - - testenv = env.Copy() - testenv.Append(CCFLAGS = r'-I' + testenv.GetLaunchDir() + '/tests') diff --git a/meta/packages/opensync/libopensync/zlib.patch b/meta/packages/opensync/libopensync/zlib.patch deleted file mode 100644 index 89c10a85bc..0000000000 --- a/meta/packages/opensync/libopensync/zlib.patch +++ /dev/null @@ -1,13 +0,0 @@ -Index: trunk/opensync/SConscript -=================================================================== ---- trunk.orig/opensync/SConscript 2007-04-25 14:08:21.000000000 +0200 -+++ trunk/opensync/SConscript 2007-04-25 14:08:40.000000000 +0200 -@@ -149,6 +149,8 @@ - gmodule-2.0 - libxml2 - sqlite3 -+z -+m - """ - - libopensync = env.SharedLibrary('opensync', Split(sources), LIBS = Split(Libraries)) diff --git a/meta/packages/opensync/libopensync_0.22.bb b/meta/packages/opensync/libopensync_0.22.bb deleted file mode 100644 index ed4ef740bc..0000000000 --- a/meta/packages/opensync/libopensync_0.22.bb +++ /dev/null @@ -1,21 +0,0 @@ -LICENSE = "LGPL" -HOMEPAGE = "http://www.opensync.org/" - -DEPENDS = "sqlite3 libxml2 zlib glib-2.0" - -SRC_URI = "http://www.opensync.org/attachment/wiki/download/libopensync-0.22.tar.bz2?format=raw" - -inherit autotools pkgconfig lib_package - -EXTRA_OECONF = "--disable-python" -LEAD_SONAME = "libopensync.so" - -FILES_${PN} += " ${libdir}/opensync/formats/*.so" -FILES_${PN}-dbg += " ${libdir}/opensync/formats/.debug/*.so" - -require opensync-unpack.inc - -do_stage() { -autotools_stage_all -} - diff --git a/meta/packages/opensync/libopensync_svn.bb b/meta/packages/opensync/libopensync_svn.bb deleted file mode 100644 index 0fb86381e6..0000000000 --- a/meta/packages/opensync/libopensync_svn.bb +++ /dev/null @@ -1,113 +0,0 @@ -LICENSE = "LGPL" -HOMEPAGE = "http://www.opensync.org/" -DEPENDS = "sqlite3 libxml2 zlib glib-2.0" -PV = "0.22+svn${SRCDATE}" - -SRC_URI = "svn://svn.opensync.org;module=trunk;proto=http \ - file://fix-attr.patch;patch=1 \ - file://gcc.patch;patch=1 \ - file://zlib.patch;patch=1 \ - file://no-werror.patch;patch=1" - -inherit scons - -S = "${WORKDIR}/trunk" - -DEFAULT_PREFERENCE = "-1" - -EXTRA_OECONF = "--disable-python" -LEAD_SONAME = "libopensync.so" - -FILES_${PN} += " ${libdir}/opensync/formats/*.so ${datadir}/opensync/ ${libdir}/*.so" - -export HOST_SYS = "${HOST_ARCH}${HOST_VENDOR}-${HOST_OS}" - -do_stage() { -install -d ${STAGING_LIBDIR}/formats - -install -m 0644 formats/libcontact.so ${STAGING_LIBDIR}/formats/ -install -m 0644 formats/libdata.so ${STAGING_LIBDIR}/formats/ -install -m 0644 formats/libevent.so ${STAGING_LIBDIR}/formats/ -install -m 0644 formats/libfile.so ${STAGING_LIBDIR}/formats/ -install -m 0644 formats/libopensync-*format.so ${STAGING_LIBDIR}/formats/ -install -m 0644 formats/libtodo.so ${STAGING_LIBDIR}/formats/ -install -m 0644 formats/libxmlformat-*.so ${STAGING_LIBDIR}/formats/ -install -m 0644 opensync/libopensync.so ${STAGING_LIBDIR} - -install -d ${STAGING_INCDIR}/opensync-1.0/opensync/archive/ -install -d ${STAGING_INCDIR}/opensync-1.0/opensync/data/ -install -d ${STAGING_INCDIR}/opensync-1.0/opensync/engine/ -install -d ${STAGING_INCDIR}/opensync-1.0/opensync/format/ -install -d ${STAGING_INCDIR}/opensync-1.0/opensync/group/ -install -d ${STAGING_INCDIR}/opensync-1.0/opensync/helper/ -install -d ${STAGING_INCDIR}/opensync-1.0/opensync/ipc/ -install -d ${STAGING_INCDIR}/opensync-1.0/opensync/mapping/ -install -d ${STAGING_INCDIR}/opensync-1.0/opensync/merger/ -install -d ${STAGING_INCDIR}/opensync-1.0/opensync/plugin/ -install -d ${STAGING_INCDIR}/opensync-1.0/opensync/version/ - -install -m 0644 formats/file.h ${STAGING_INCDIR}/opensync-1.0/opensync/ -install -m 0644 opensync/opensync-client.h ${STAGING_INCDIR}/opensync-1.0/opensync/ -install -m 0644 opensync/opensync-context.h ${STAGING_INCDIR}/opensync-1.0/opensync/ -install -m 0644 opensync/opensync-data.h ${STAGING_INCDIR}/opensync-1.0/opensync/ -install -m 0644 opensync/opensync-engine.h ${STAGING_INCDIR}/opensync-1.0/opensync/ -install -m 0644 opensync/opensync-error.h ${STAGING_INCDIR}/opensync-1.0/opensync/ -install -m 0644 opensync/opensync-format.h ${STAGING_INCDIR}/opensync-1.0/opensync/ -install -m 0644 opensync/opensync-group.h ${STAGING_INCDIR}/opensync-1.0/opensync/ -install -m 0644 opensync/opensync.h ${STAGING_INCDIR}/opensync-1.0/opensync/ -install -m 0644 opensync/opensync-helper.h ${STAGING_INCDIR}/opensync-1.0/opensync/ -install -m 0644 opensync/opensync-ipc.h ${STAGING_INCDIR}/opensync-1.0/opensync/ -install -m 0644 opensync/opensync_list.h ${STAGING_INCDIR}/opensync-1.0/opensync/ -install -m 0644 opensync/opensync-mapping.h ${STAGING_INCDIR}/opensync-1.0/opensync/ -install -m 0644 opensync/opensync-merger.h ${STAGING_INCDIR}/opensync-1.0/opensync/ -install -m 0644 opensync/opensync-module.h ${STAGING_INCDIR}/opensync-1.0/opensync/ -install -m 0644 opensync/opensync-plugin.h ${STAGING_INCDIR}/opensync-1.0/opensync/ -install -m 0644 opensync/opensync-serializer.h ${STAGING_INCDIR}/opensync-1.0/opensync/ -install -m 0644 opensync/opensync-support.h ${STAGING_INCDIR}/opensync-1.0/opensync/ -install -m 0644 opensync/opensync-time.h ${STAGING_INCDIR}/opensync-1.0/opensync/ -install -m 0644 opensync/opensync-version.h ${STAGING_INCDIR}/opensync-1.0/opensync/ -install -m 0644 opensync/opensync_xml.h ${STAGING_INCDIR}/opensync-1.0/opensync/ - -install -m 0644 opensync/archive/opensync_archive.h ${STAGING_INCDIR}/opensync-1.0/opensync/archive/ -install -m 0644 opensync/data/opensync_change.h ${STAGING_INCDIR}/opensync-1.0/opensync/data/ -install -m 0644 opensync/data/opensync_data.h ${STAGING_INCDIR}/opensync-1.0/opensync/data/ -install -m 0644 opensync/engine/opensync_engine.h ${STAGING_INCDIR}/opensync-1.0/opensync/engine/ -install -m 0644 opensync/engine/opensync_obj_engine.h ${STAGING_INCDIR}/opensync-1.0/opensync/engine/ -install -m 0644 opensync/engine/opensync_status.h ${STAGING_INCDIR}/opensync-1.0/opensync/engine/ -install -m 0644 opensync/format/opensync_converter.h ${STAGING_INCDIR}/opensync-1.0/opensync/format/ -install -m 0644 opensync/format/opensync_filter.h ${STAGING_INCDIR}/opensync-1.0/opensync/format/ -install -m 0644 opensync/format/opensync_format_env.h ${STAGING_INCDIR}/opensync-1.0/opensync/format/ -install -m 0644 opensync/format/opensync_objformat.h ${STAGING_INCDIR}/opensync-1.0/opensync/format/ -install -m 0644 opensync/format/opensync_time.h ${STAGING_INCDIR}/opensync-1.0/opensync/format/ -install -m 0644 opensync/group/opensync_group_env.h ${STAGING_INCDIR}/opensync-1.0/opensync/group/ -install -m 0644 opensync/group/opensync_group.h ${STAGING_INCDIR}/opensync-1.0/opensync/group/ -install -m 0644 opensync/group/opensync_member.h ${STAGING_INCDIR}/opensync-1.0/opensync/group/ -install -m 0644 opensync/helper/opensync_anchor.h ${STAGING_INCDIR}/opensync-1.0/opensync/helper/ -install -m 0644 opensync/helper/opensync_hashtable.h ${STAGING_INCDIR}/opensync-1.0/opensync/helper/ -install -m 0644 opensync/ipc/opensync_message.h ${STAGING_INCDIR}/opensync-1.0/opensync/ipc/ -install -m 0644 opensync/ipc/opensync_queue.h ${STAGING_INCDIR}/opensync-1.0/opensync/ipc/ -install -m 0644 opensync/ipc/opensync_serializer.h ${STAGING_INCDIR}/opensync-1.0/opensync/ipc/ -install -m 0644 opensync/mapping/opensync_mapping_entry.h ${STAGING_INCDIR}/opensync-1.0/opensync/mapping/ -install -m 0644 opensync/mapping/opensync_mapping.h ${STAGING_INCDIR}/opensync-1.0/opensync/mapping/ -install -m 0644 opensync/mapping/opensync_mapping_table.h ${STAGING_INCDIR}/opensync-1.0/opensync/mapping/ -install -m 0644 opensync/mapping/opensync_mapping_view.h ${STAGING_INCDIR}/opensync-1.0/opensync/mapping/ -install -m 0644 opensync/merger/opensync_capabilities.h ${STAGING_INCDIR}/opensync-1.0/opensync/merger/ -install -m 0644 opensync/merger/opensync_capability.h ${STAGING_INCDIR}/opensync-1.0/opensync/merger/ -install -m 0644 opensync/merger/opensync_merger.h ${STAGING_INCDIR}/opensync-1.0/opensync/merger/ -install -m 0644 opensync/merger/opensync_xmlfield.h ${STAGING_INCDIR}/opensync-1.0/opensync/merger/ -install -m 0644 opensync/merger/opensync_xmlfieldlist.h ${STAGING_INCDIR}/opensync-1.0/opensync/merger/ -install -m 0644 opensync/merger/opensync_xmlformat.h ${STAGING_INCDIR}/opensync-1.0/opensync/merger/ -install -m 0644 opensync/plugin/opensync_plugin_env.h ${STAGING_INCDIR}/opensync-1.0/opensync/plugin/ -install -m 0644 opensync/plugin/opensync_plugin.h ${STAGING_INCDIR}/opensync-1.0/opensync/plugin/ -install -m 0644 opensync/plugin/opensync_plugin_info.h ${STAGING_INCDIR}/opensync-1.0/opensync/plugin/ -install -m 0644 opensync/plugin/opensync_sink.h ${STAGING_INCDIR}/opensync-1.0/opensync/plugin/ -install -m 0644 opensync/version/opensync_version.h ${STAGING_INCDIR}/opensync-1.0/opensync/version/ - -cat ${S}/opensync-1.0.pc | sed -e "s:=${WORKDIR}/image${libdir}:=${STAGING_LIBDIR}:" -e "s:=${WORKDIR}/image${includedir}:=${STAGING_INCDIR}:" -e "s:=${WORKDIR}/image${datadir}:=${STAGING_DATADIR}:" > ${PKG_CONFIG_PATH}/opensync-1.0.pc -cat ${S}/osengine-1.0.pc | sed -e "s:=${WORKDIR}/image${libdir}:=${STAGING_LIBDIR}:" -e "s:=${WORKDIR}/image${includedir}:=${STAGING_INCDIR}:" -e "s:=${WORKDIR}/image${datadir}:=${STAGING_DATADIR}:" > ${PKG_CONFIG_PATH}/osengine-1.0.pc - -} - -do_install_prepend() { - install -d ${D}${libdir} -} diff --git a/meta/packages/opensync/libsyncml_svn.bb b/meta/packages/opensync/libsyncml_svn.bb deleted file mode 100644 index 17b2537e85..0000000000 --- a/meta/packages/opensync/libsyncml_svn.bb +++ /dev/null @@ -1,35 +0,0 @@ -DESCRIPTION = "Libsyncml is a implementation of the SyncML protocol." -HOMEPAGE = "http://libsyncml.opensync.org/" -LICENSE = "LGPL" - -DEPENDS = "sed-native wbxml2 libsoup libxml2 bluez-libs openobex" - -PV = "0.4.2+svn${SRCDATE}" -SRC_URI = "svn://svn.opensync.org/libsyncml;module=trunk;proto=http" -S = "${WORKDIR}/trunk" - -inherit autotools pkgconfig - -EXTRA_OECONF = " --enable-http \ - --enable-obex \ - --enable-bluetooth \ - --enable-tools \ - --with-wbxml" - -CFLAGS += "-I${STAGING_INCDIR}/libsoup-2.2" - -do_configure_append() { - sed -i s:-I/usr/include/:-I/foo/:g Makefile - sed -i s:-I/usr/include/:-I/foo/:g */Makefile - sed -i s:-I/usr/include/:-I/foo/:g */*/Makefile -} - -do_stage() { - autotools_stage_all -} - -PACKAGES += "${PN}-tools" - -FILES_${PN}-tools = "${bindir}" -FILES_${PN} = "${libdir}/*.so.*" - diff --git a/meta/packages/opensync/msynctool_0.22.bb b/meta/packages/opensync/msynctool_0.22.bb deleted file mode 100644 index 018c227e36..0000000000 --- a/meta/packages/opensync/msynctool_0.22.bb +++ /dev/null @@ -1,9 +0,0 @@ -SRC_URI = "http://www.opensync.org/attachment/wiki/download/msynctool-0.22.tar.bz2?format=raw" - -LICENSE = "GPL" -DEPENDS = "libopensync" -HOMEPAGE = "http://www.opensync.org/" - -inherit autotools pkgconfig - -require opensync-unpack.inc diff --git a/meta/packages/opensync/msynctool_svn.bb b/meta/packages/opensync/msynctool_svn.bb deleted file mode 100644 index 319cf39d05..0000000000 --- a/meta/packages/opensync/msynctool_svn.bb +++ /dev/null @@ -1,10 +0,0 @@ -PV = "0.22+svn${SRCDATE}" -SRC_URI = "svn://svn.opensync.org/multisync;module=trunk;proto=http" -S = "${WORKDIR}/trunk" - -LICENSE = "GPL" -DEPENDS = "libopensync" -HOMEPAGE = "http://www.opensync.org/" - -inherit autotools pkgconfig - diff --git a/meta/packages/opensync/opensync-unpack.inc b/meta/packages/opensync/opensync-unpack.inc deleted file mode 100644 index d5443187bd..0000000000 --- a/meta/packages/opensync/opensync-unpack.inc +++ /dev/null @@ -1,5 +0,0 @@ -do_unpack2() { - cd ${WORKDIR} && tar jxf ${PN}-${PV}.tar.bz2?format=raw -} - -addtask unpack2 after do_unpack before do_patch 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 @@ ---- 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 - ~ - 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 @@ ---- 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" - 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 @@ -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 -} |
