ccache: add zlib dependency

* when it's not detected in sysroot it uses bundled version
* add explicit dependency to make it deterministic
* PACKAGECONFIG wasn't used because configure doesn't have an
  option to select which one should be used

(From OE-Core rev: 71efa24f0acd3d38d3223ca9811399eeaf8126e4)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Martin Jansa 2013-07-21 14:43:44 +02:00 committed by Richard Purdie
parent 9143917599
commit 53efb9631d
1 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,8 @@ HOMEPAGE = "http://ccache.samba.org"
SECTION = "devel"
LICENSE = "GPLv3+"
DEPENDS = "zlib"
SRC_URI = "http://samba.org/ftp/ccache/ccache-${PV}.tar.xz"
inherit autotools