]> code.ossystems Code Review - openembedded-core.git/commitdiff
ccache: add zlib dependency
authorMartin Jansa <Martin.Jansa@gmail.com>
Sun, 21 Jul 2013 12:43:44 +0000 (14:43 +0200)
committerSaul Wold <sgw@linux.intel.com>
Sun, 28 Jul 2013 06:28:25 +0000 (23:28 -0700)
* 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>
meta/recipes-devtools/ccache/ccache.inc

index 29ac4098541238bc32e409953247167ef58dd817..087cb7db81cca6356fc03c983aed7432618124ca 100644 (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