diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-07-02 15:20:48 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-07-02 15:20:48 +0000 |
commit | 254aa061523275f6d939c5c6cf9b205a6e88b329 (patch) | |
tree | c9d0e4aa3769e6c77d941f442ae2653ee3a2b4d4 /meta | |
parent | 655559f74fba97f63d1a13f4ea0fa76e6c328e13 (diff) | |
download | poky-254aa061523275f6d939c5c6cf9b205a6e88b329.tar.gz |
libopensync: added missing dependency on zlib
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4783 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta')
-rw-r--r-- | meta/packages/opensync/libopensync_0.36.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/opensync/libopensync_0.36.bb b/meta/packages/opensync/libopensync_0.36.bb index f41cf89b5f..f53e842e68 100644 --- a/meta/packages/opensync/libopensync_0.36.bb +++ b/meta/packages/opensync/libopensync_0.36.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | LICENSE = "LGPL" | 1 | LICENSE = "LGPL" |
2 | HOMEPAGE = "http://www.opensync.org/" | 2 | HOMEPAGE = "http://www.opensync.org/" |
3 | 3 | ||
4 | DEPENDS = "sqlite3 libxml2 glib-2.0 check" | 4 | DEPENDS = "sqlite3 libxml2 glib-2.0 check zlib" |
5 | 5 | ||
6 | SRC_URI = "http://opensync.org/download/releases/${PV}/libopensync-${PV}.tar.bz2\ | 6 | SRC_URI = "http://opensync.org/download/releases/${PV}/libopensync-${PV}.tar.bz2\ |
7 | file://cmake.patch;patch=1 \ | 7 | file://cmake.patch;patch=1 \ |