diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2013-07-21 14:43:44 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-07-29 13:09:06 +0100 |
commit | 53efb9631d23db6e81f8d6fd9aa77cca7a2ef1cb (patch) | |
tree | c28bee7058eb50f1cd4741e2070e64eddd630231 /meta | |
parent | 91439175999448e072857e117dc14b36cf4221d7 (diff) | |
download | 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')
-rw-r--r-- | meta/recipes-devtools/ccache/ccache.inc | 2 |
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" | |||
7 | SECTION = "devel" | 7 | SECTION = "devel" |
8 | LICENSE = "GPLv3+" | 8 | LICENSE = "GPLv3+" |
9 | 9 | ||
10 | DEPENDS = "zlib" | ||
11 | |||
10 | SRC_URI = "http://samba.org/ftp/ccache/ccache-${PV}.tar.xz" | 12 | SRC_URI = "http://samba.org/ftp/ccache/ccache-${PV}.tar.xz" |
11 | 13 | ||
12 | inherit autotools | 14 | inherit autotools |