]> code.ossystems Code Review - openembedded-core.git/commitdiff
libsyncml: updated to 0.4.7 which builds with libsoup 2.4
authorMarcin Juszkiewicz <hrw@openedhand.com>
Wed, 15 Oct 2008 09:35:28 +0000 (09:35 +0000)
committerMarcin Juszkiewicz <hrw@openedhand.com>
Wed, 15 Oct 2008 09:35:28 +0000 (09:35 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5514 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/opensync/libsyncml/build-in-src.patch
meta/packages/opensync/libsyncml_0.4.7.bb [moved from meta/packages/opensync/libsyncml_0.4.6.bb with 98% similarity]

index 20dd06f3644869fbb91dde0eb585b94016d0006b..abf593ec3891f567934ed8cf3414acce0c9a11b0 100644 (file)
@@ -2,9 +2,9 @@
  CMakeLists.txt |    4 ----
  1 file changed, 4 deletions(-)
 
---- libsyncml-0.4.6.orig/CMakeLists.txt
-+++ libsyncml-0.4.6/CMakeLists.txt
-@@ -39,14 +39,10 @@ CHECK_INCLUDE_FILES( unistd.h HAVE_UNIST
+--- libsyncml-0.4.7.orig/CMakeLists.txt
++++ libsyncml-0.4.7/CMakeLists.txt
+@@ -66,14 +66,10 @@ CHECK_INCLUDE_FILES( unistd.h HAVE_UNIST
  
  CHECK_TYPE_SIZE( uint16_t UINT16_T )
  CHECK_TYPE_SIZE( uint32_t UINT32_T )
@@ -16,6 +16,6 @@
 -
  # find requirements
  SET ( OPENOBEX_MIN_VERSION "1.1" )
- SET ( LIBSOUP2_MIN_VERSION "2.2.91" )
- #SET ( LIBWBXML2_MIN_VERSION "0.9.0" )
#SET ( BLUEZ_MIN_VERSION "3.19" )
+ # do not set LIBSOUP2_MIN_VERSION
+ # if you set LIBSOUP2_MIN_VERSION then you cannot support 2.2 and 2.4
SET ( LIBSOUP22_MIN_VERSION "2.2.91" )
similarity index 98%
rename from meta/packages/opensync/libsyncml_0.4.6.bb
rename to meta/packages/opensync/libsyncml_0.4.7.bb
index 297a1ca450d02f9a88e5d651e818b4b77b4cb999..47296248a85eee08094ac9aa8e291b431d44cf28 100644 (file)
@@ -1,7 +1,7 @@
 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"
+DEPENDS = "sed-native wbxml2 libsoup libxml2 bluez-libs openobex check"
 
 SRC_URI = "http://libsyncml.opensync.org/download/releases/${PV}/libsyncml-${PV}.tar.bz2 \
            file://build-in-src.patch;patch=1"