1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-09 05:29:32 +00:00

libopensync: added missing dependency on zlib

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4783 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Marcin Juszkiewicz
2008-07-02 15:20:48 +00:00
parent 655559f74f
commit 254aa06152
+1 -1
View 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 \