summaryrefslogtreecommitdiffstats
path: root/meta
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-08-16 11:18:13 +0100
commitd5ea232322b7b048dbce6ca1ae32a26be86079a5 (patch)
tree1f6b6057c7f7048d82d399fb5546b13d6d883321 /meta
parenta86ddf11d15e89767647c0719eb17f95fb5f0e5e (diff)
downloadpoky-d5ea232322b7b048dbce6ca1ae32a26be86079a5.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 master rev: 71efa24f0acd3d38d3223ca9811399eeaf8126e4) (From OE-Core rev: 477d99665637cd93bba3f293e45db762a6818511) 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')
-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 29ac409854..087cb7db81 100644
--- a/meta/recipes-devtools/ccache/ccache.inc
+++ b/meta/recipes-devtools/ccache/ccache.inc
@@ -7,6 +7,8 @@ HOMEPAGE = "http://ccache.samba.org"
7SECTION = "devel" 7SECTION = "devel"
8LICENSE = "GPLv3+" 8LICENSE = "GPLv3+"
9 9
10DEPENDS = "zlib"
11
10SRC_URI = "http://samba.org/ftp/ccache/ccache-${PV}.tar.xz" 12SRC_URI = "http://samba.org/ftp/ccache/ccache-${PV}.tar.xz"
11 13
12inherit autotools 14inherit autotools