mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 12:59:02 +02:00
opensync/syncml: Sync with changes in layout upstream
git-svn-id: https://svn.o-hand.com/repos/poky/branches/pinky@4685 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
parent
4168c08285
commit
a634019532
|
@ -1,5 +1,6 @@
|
|||
|
||||
require libopensync-plugin.inc
|
||||
require libopensync-plugin_0.22.inc
|
||||
|
||||
DEPENDS += " libsyncml"
|
||||
|
||||
|
|
|
@ -1,12 +1,6 @@
|
|||
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"
|
||||
SRC_URI = "http://www.opensync.org/download/releases/0.22/libopensync-plugin-${PLUGIN_ARCHIVE}-${PV}.tar.bz2"
|
||||
|
||||
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
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@ 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"
|
||||
SRC_URI = "http://www.opensync.org/download/releases/0.22/libopensync-0.22.tar.bz2"
|
||||
|
||||
inherit autotools pkgconfig lib_package
|
||||
|
||||
|
@ -13,9 +13,7 @@ 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
|
||||
autotools_stage_all
|
||||
}
|
||||
|
||||
|
|
|
@ -9,6 +9,8 @@ SRC_URI = "svn://svn.opensync.org;module=trunk;proto=http \
|
|||
file://zlib.patch;patch=1 \
|
||||
file://no-werror.patch;patch=1"
|
||||
|
||||
DEFAULT_PREFERENCE = "-1"
|
||||
|
||||
inherit scons
|
||||
|
||||
S = "${WORKDIR}/trunk"
|
||||
|
|
|
@ -1,9 +1,7 @@
|
|||
SRC_URI = "http://www.opensync.org/attachment/wiki/download/msynctool-0.22.tar.bz2?format=raw"
|
||||
SRC_URI = "http://www.opensync.org/download/releases/0.22/msynctool-0.22.tar.bz2"
|
||||
|
||||
LICENSE = "GPL"
|
||||
DEPENDS = "libopensync"
|
||||
HOMEPAGE = "http://www.opensync.org/"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
|
||||
require opensync-unpack.inc
|
||||
|
|
|
@ -3,7 +3,9 @@ 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
|
||||
inherit autotools pkgconfig scons
|
||||
|
|
|
@ -1,5 +0,0 @@
|
|||
do_unpack2() {
|
||||
cd ${WORKDIR} && tar jxf ${PN}-${PV}.tar.bz2?format=raw
|
||||
}
|
||||
|
||||
addtask unpack2 after do_unpack before do_patch
|
Loading…
Reference in New Issue
Block a user