diff options
-rw-r--r-- | 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 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" | |||
7 | SECTION = "devel" | 7 | SECTION = "devel" |
8 | LICENSE = "GPLv3+" | 8 | LICENSE = "GPLv3+" |
9 | 9 | ||
10 | DEPENDS = "zlib" | ||
11 | |||
10 | SRC_URI = "http://samba.org/ftp/ccache/ccache-${PV}.tar.xz" | 12 | SRC_URI = "http://samba.org/ftp/ccache/ccache-${PV}.tar.xz" |
11 | 13 | ||
12 | inherit autotools | 14 | inherit autotools |