]> code.ossystems Code Review - openembedded-core.git/commitdiff
libopensync: zlib is not required
authorMarcin Juszkiewicz <hrw@openedhand.com>
Wed, 18 Jun 2008 08:36:07 +0000 (08:36 +0000)
committerMarcin Juszkiewicz <hrw@openedhand.com>
Wed, 18 Jun 2008 08:36:07 +0000 (08:36 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4691 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/opensync/libopensync_0.36.bb

index 884e46209498032cc17f8d6c90cb4f0596c59eaa..9fad1b3031ee32816680f00f8d4183b7cc0f5519 100644 (file)
@@ -1,10 +1,11 @@
 LICENSE = "LGPL"
 HOMEPAGE = "http://www.opensync.org/"
 
-DEPENDS = "sqlite3 libxml2 zlib glib-2.0"
+DEPENDS = "sqlite3 libxml2 glib-2.0"
 
 SRC_URI = "http://opensync.org/download/releases/${PV}/libopensync-${PV}.tar.bz2\
-           file://cmake.patch;patch=1"
+           file://cmake.patch;patch=1 \
+          file://build-in-src.patch;patch=1"
 
 inherit cmake pkgconfig
 
@@ -20,5 +21,5 @@ FILES_${PN}-dbg += " ${libdir}/opensync*/formats/.debug/*.so \
                     ${libdir}/opensync*/.debug/osplugin "
 
 do_stage() {
-autotools_stage_all
+    autotools_stage_all
 }