summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/ccache/ccache.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/ccache/ccache.inc')
-rw-r--r--meta/recipes-devtools/ccache/ccache.inc13
1 files changed, 12 insertions, 1 deletions
diff --git a/meta/recipes-devtools/ccache/ccache.inc b/meta/recipes-devtools/ccache/ccache.inc
index 656632893b..7f800659a3 100644
--- a/meta/recipes-devtools/ccache/ccache.inc
+++ b/meta/recipes-devtools/ccache/ccache.inc
@@ -9,8 +9,19 @@ LICENSE = "GPLv3+"
9 9
10DEPENDS = "zlib" 10DEPENDS = "zlib"
11 11
12SRC_URI = "https://download.samba.org/pub/${BPN}/${BP}.tar.xz" 12SRC_URI = "https://download.samba.org/pub/${BPN}/${BP}.tar.gz"
13 13
14inherit autotools 14inherit autotools
15 15
16# Remove ccache-native's dependencies, so that it can be used widely by
17# other native recipes.
18DEPENDS_class-native = ""
19EXTRA_OECONF_class-native = "--with-bundled-zlib"
20INHIBIT_AUTOTOOLS_DEPS_class-native = "1"
21PATCHTOOL = "patch"
22
16BBCLASSEXTEND = "native" 23BBCLASSEXTEND = "native"
24
25do_configure_class-native() {
26 oe_runconf
27}