1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-30 12:29:55 +00:00

libsyncml: updated to 0.4.7 which builds with libsoup 2.4

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5514 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Marcin Juszkiewicz
2008-10-15 09:35:28 +00:00
parent 48e3baa437
commit d0d47cb3c9
2 changed files with 7 additions and 7 deletions
@@ -2,9 +2,9 @@
CMakeLists.txt | 4 ---- CMakeLists.txt | 4 ----
1 file changed, 4 deletions(-) 1 file changed, 4 deletions(-)
--- libsyncml-0.4.6.orig/CMakeLists.txt --- libsyncml-0.4.7.orig/CMakeLists.txt
+++ libsyncml-0.4.6/CMakeLists.txt +++ libsyncml-0.4.7/CMakeLists.txt
@@ -39,14 +39,10 @@ CHECK_INCLUDE_FILES( unistd.h HAVE_UNIST @@ -66,14 +66,10 @@ CHECK_INCLUDE_FILES( unistd.h HAVE_UNIST
CHECK_TYPE_SIZE( uint16_t UINT16_T ) CHECK_TYPE_SIZE( uint16_t UINT16_T )
CHECK_TYPE_SIZE( uint32_t UINT32_T ) CHECK_TYPE_SIZE( uint32_t UINT32_T )
@@ -16,6 +16,6 @@
- -
# find requirements # find requirements
SET ( OPENOBEX_MIN_VERSION "1.1" ) SET ( OPENOBEX_MIN_VERSION "1.1" )
SET ( LIBSOUP2_MIN_VERSION "2.2.91" ) # do not set LIBSOUP2_MIN_VERSION
#SET ( LIBWBXML2_MIN_VERSION "0.9.0" ) # if you set LIBSOUP2_MIN_VERSION then you cannot support 2.2 and 2.4
#SET ( BLUEZ_MIN_VERSION "3.19" ) SET ( LIBSOUP22_MIN_VERSION "2.2.91" )
@@ -1,7 +1,7 @@
DESCRIPTION = "Libsyncml is a implementation of the SyncML protocol." DESCRIPTION = "Libsyncml is a implementation of the SyncML protocol."
HOMEPAGE = "http://libsyncml.opensync.org/" HOMEPAGE = "http://libsyncml.opensync.org/"
LICENSE = "LGPL" LICENSE = "LGPL"
DEPENDS = "sed-native wbxml2 libsoup libxml2 bluez-libs openobex" DEPENDS = "sed-native wbxml2 libsoup libxml2 bluez-libs openobex check"
SRC_URI = "http://libsyncml.opensync.org/download/releases/${PV}/libsyncml-${PV}.tar.bz2 \ SRC_URI = "http://libsyncml.opensync.org/download/releases/${PV}/libsyncml-${PV}.tar.bz2 \
file://build-in-src.patch;patch=1" file://build-in-src.patch;patch=1"