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

git at git.openembedded.org git at git.openembedded.org
Fri Aug 16 10:12:02 UTC 2013


Module: openembedded-core.git
Branch: dylan
Commit: 477d99665637cd93bba3f293e45db762a6818511
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=477d99665637cd93bba3f293e45db762a6818511

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

(From OE-Core master rev: 71efa24f0acd3d38d3223ca9811399eeaf8126e4)

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 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