mirror of
git://git.yoctoproject.org/poky
synced 2026-08-12 02:16:18 +00:00
opensync: drop SVN recipes
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4699 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
parent
323cb703dd
commit
08e1e60a22
@ -1,10 +0,0 @@
|
||||
|
||||
SRC_URI = "svn://svn.opensync.org/plugins;module=evolution2;proto=http"
|
||||
S = "${WORKDIR}/evolution2"
|
||||
|
||||
require libopensync-plugin.inc
|
||||
require libopensync-plugin-svn.inc
|
||||
|
||||
DEPENDS += " eds-dbus"
|
||||
|
||||
DEFAULT_PREFERENCE = "-1"
|
||||
@ -1,8 +0,0 @@
|
||||
|
||||
SRC_URI = "svn://svn.opensync.org/plugins;module=file-sync;proto=http"
|
||||
S = "${WORKDIR}/file-sync"
|
||||
|
||||
require libopensync-plugin.inc
|
||||
require libopensync-plugin-svn.inc
|
||||
|
||||
DEFAULT_PREFERENCE = "-1"
|
||||
@ -1,17 +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/
|
||||
}
|
||||
|
||||
DEFAULT_PREFERENCE = "-1"
|
||||
@ -1,200 +0,0 @@
|
||||
LICENSE = "LGPL"
|
||||
HOMEPAGE = "http://www.opensync.org/"
|
||||
DEPENDS = "sqlite3 libxml2 zlib glib-2.0"
|
||||
PV = "0.22+svnr${SRCREV}"
|
||||
|
||||
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"
|
||||
|
||||
DEFAULT_PREFERENCE = "-1"
|
||||
|
||||
inherit scons
|
||||
|
||||
S = "${WORKDIR}/trunk"
|
||||
|
||||
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-vformat.so ${STAGING_LIBDIR}/formats/
|
||||
install -m 0644 formats/libopensync-xmlformat.so ${STAGING_LIBDIR}/formats/
|
||||
install -m 0644 formats/libtodo.so ${STAGING_LIBDIR}/formats/
|
||||
install -m 0644 formats/libxmlformat-doc.so ${STAGING_LIBDIR}/formats/
|
||||
install -m 0644 formats/libxmlformat-vcal.so ${STAGING_LIBDIR}/formats/
|
||||
install -m 0644 formats/libxmlformat-vcard.so ${STAGING_LIBDIR}/formats/
|
||||
install -m 0644 formats/libxmlformat-vtodo.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
|
||||
|
||||
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}
|
||||
}
|
||||
@ -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+svnr${SRCREV}"
|
||||
|
||||
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=${STAGING_LIBDIR}"
|
||||
|
||||
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.*"
|
||||
|
||||
DEFAULT_PREFERENCE = "-1"
|
||||
@ -1,11 +0,0 @@
|
||||
LICENSE = "GPL"
|
||||
DEPENDS = "libopensync"
|
||||
HOMEPAGE = "http://www.opensync.org/"
|
||||
PV = "0.22+svnr${SRCREV}"
|
||||
|
||||
DEFAULT_PREFERENCE = "-1"
|
||||
|
||||
SRC_URI = "svn://svn.opensync.org/multisync;module=trunk;proto=http"
|
||||
S = "${WORKDIR}/trunk"
|
||||
|
||||
inherit autotools pkgconfig scons
|
||||
Loading…
x
Reference in New Issue
Block a user