summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-devtools/ccache/ccache.inc2
1 files changed, 2 insertions, 0 deletions
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"
7SECTION = "devel" 7SECTION = "devel"
8LICENSE = "GPLv3+" 8LICENSE = "GPLv3+"
9 9
10DEPENDS = "zlib"
11
10SRC_URI = "http://samba.org/ftp/ccache/ccache-${PV}.tar.xz" 12SRC_URI = "http://samba.org/ftp/ccache/ccache-${PV}.tar.xz"
11 13
12inherit autotools 14inherit autotools