[oe-commits] Martin Jansa : ccache: add zlib dependency

git at git.openembedded.org git at git.openembedded.org
Mon Jul 29 12:01:08 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: 71efa24f0acd3d38d3223ca9811399eeaf8126e4
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=71efa24f0acd3d38d3223ca9811399eeaf8126e4

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Sun Jul 21 14:43:44 2013 +0200

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 at gmail.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 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 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



More information about the Openembedded-commits mailing list