From 53efb9631d23db6e81f8d6fd9aa77cca7a2ef1cb Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Sun, 21 Jul 2013 14:43:44 +0200 Subject: [PATCH] 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 Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- meta/recipes-devtools/ccache/ccache.inc | 2 ++ 1 file changed, 2 insertions(+) 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" SECTION = "devel" LICENSE = "GPLv3+" +DEPENDS = "zlib" + SRC_URI = "http://samba.org/ftp/ccache/ccache-${PV}.tar.xz" inherit autotools