diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-06-18 08:36:07 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-06-18 08:36:07 +0000 |
commit | 3a9ee10cabb29df835dadde9648ad203d0935097 (patch) | |
tree | ada9880fdaa208937b472ab0551c019126db5ec6 /meta/packages/opensync | |
parent | c6e9ca1467839c8463749479060acad232a16b44 (diff) | |
download | poky-3a9ee10cabb29df835dadde9648ad203d0935097.tar.gz |
libopensync: zlib is not required
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4691 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/opensync')
-rw-r--r-- | meta/packages/opensync/libopensync_0.36.bb | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/meta/packages/opensync/libopensync_0.36.bb b/meta/packages/opensync/libopensync_0.36.bb index 884e462094..9fad1b3031 100644 --- a/meta/packages/opensync/libopensync_0.36.bb +++ b/meta/packages/opensync/libopensync_0.36.bb | |||
@@ -1,10 +1,11 @@ | |||
1 | LICENSE = "LGPL" | 1 | LICENSE = "LGPL" |
2 | HOMEPAGE = "http://www.opensync.org/" | 2 | HOMEPAGE = "http://www.opensync.org/" |
3 | 3 | ||
4 | DEPENDS = "sqlite3 libxml2 zlib glib-2.0" | 4 | DEPENDS = "sqlite3 libxml2 glib-2.0" |
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 \ |
8 | file://build-in-src.patch;patch=1" | ||
8 | 9 | ||
9 | inherit cmake pkgconfig | 10 | inherit cmake pkgconfig |
10 | 11 | ||
@@ -20,5 +21,5 @@ FILES_${PN}-dbg += " ${libdir}/opensync*/formats/.debug/*.so \ | |||
20 | ${libdir}/opensync*/.debug/osplugin " | 21 | ${libdir}/opensync*/.debug/osplugin " |
21 | 22 | ||
22 | do_stage() { | 23 | do_stage() { |
23 | autotools_stage_all | 24 | autotools_stage_all |
24 | } | 25 | } |