diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2013-07-21 14:43:44 +0200 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2013-07-27 23:28:25 -0700 |
commit | 71efa24f0acd3d38d3223ca9811399eeaf8126e4 (patch) | |
tree | e1b9549c1957dd51cc20a7f8028e1c14c41b4ef3 /meta/recipes-devtools/ccache | |
parent | 8fb59ebab3758d41a13b4892d997176cadbc00e8 (diff) | |
download | openembedded-core-contrib-71efa24f0acd3d38d3223ca9811399eeaf8126e4.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
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-devtools/ccache')
-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 29ac4098541..087cb7db81c 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 |