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:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user