summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/ccache
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2013-07-21 14:43:44 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-07-29 13:09:06 +0100
commit53efb9631d23db6e81f8d6fd9aa77cca7a2ef1cb (patch)
treec28bee7058eb50f1cd4741e2070e64eddd630231 /meta/recipes-devtools/ccache
parent91439175999448e072857e117dc14b36cf4221d7 (diff)
downloadast2050-yocto-poky-53efb9631d23db6e81f8d6fd9aa77cca7a2ef1cb.zip
ast2050-yocto-poky-53efb9631d23db6e81f8d6fd9aa77cca7a2ef1cb.tar.gz
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>
Diffstat (limited to 'meta/recipes-devtools/ccache')
-rw-r--r--meta/recipes-devtools/ccache/ccache.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/ccache/ccache.inc b/meta/recipes-devtools/ccache/ccache.inc
index 29ac409..087cb7d 100644
--- a/meta/recipes-devtools/ccache/ccache.inc
+++ b/meta/recipes-devtools/ccache/ccache.inc
@@ -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
OpenPOWER on IntegriCloud