]> code.ossystems Code Review - openembedded-core.git/commitdiff
libopensync: added missing dependency on zlib
authorMarcin Juszkiewicz <hrw@openedhand.com>
Wed, 2 Jul 2008 15:20:48 +0000 (15:20 +0000)
committerMarcin Juszkiewicz <hrw@openedhand.com>
Wed, 2 Jul 2008 15:20:48 +0000 (15:20 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4783 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/opensync/libopensync_0.36.bb

index f41cf89b5f6008440a81a8ced8af958e3b24ca7e..f53e842e68b76e7b9407277333b7e5cb56d06a69 100644 (file)
@@ -1,7 +1,7 @@
 LICENSE = "LGPL"
 HOMEPAGE = "http://www.opensync.org/"
 
-DEPENDS = "sqlite3 libxml2 glib-2.0 check"
+DEPENDS = "sqlite3 libxml2 glib-2.0 check zlib"
 
 SRC_URI = "http://opensync.org/download/releases/${PV}/libopensync-${PV}.tar.bz2\
            file://cmake.patch;patch=1 \