From: Marcin Juszkiewicz Date: Wed, 18 Jun 2008 08:36:07 +0000 (+0000) Subject: libopensync: zlib is not required X-Git-Tag: 2011-1~8797 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=3a9ee10cabb29df835dadde9648ad203d0935097;p=openembedded-core.git libopensync: zlib is not required git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4691 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- 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 @@ LICENSE = "LGPL" HOMEPAGE = "http://www.opensync.org/" -DEPENDS = "sqlite3 libxml2 zlib glib-2.0" +DEPENDS = "sqlite3 libxml2 glib-2.0" SRC_URI = "http://opensync.org/download/releases/${PV}/libopensync-${PV}.tar.bz2\ - file://cmake.patch;patch=1" + file://cmake.patch;patch=1 \ + file://build-in-src.patch;patch=1" inherit cmake pkgconfig @@ -20,5 +21,5 @@ FILES_${PN}-dbg += " ${libdir}/opensync*/formats/.debug/*.so \ ${libdir}/opensync*/.debug/osplugin " do_stage() { -autotools_stage_all + autotools_stage_all }