summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/ccache/ccache_3.4.2.bb
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2018-12-12 10:31:34 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-01-14 11:35:55 +0000
commitf9921906b59ffdaf2467bfb1c6d6ea047a084e18 (patch)
treeb18cccbe270df692d641bf7c928d49eeb714fc54 /meta/recipes-devtools/ccache/ccache_3.4.2.bb
parentd3886294db7fbf49a455db949b9a47f89800e88b (diff)
downloadpoky-f9921906b59ffdaf2467bfb1c6d6ea047a084e18.tar.gz
ccache-native: Remove dependencies
Remove ccache-native's dependencies so that all native recipes can depend on ccache-native and use it except ccache-native itself. It has the following 4 dependencies: - xz-native: It is intruduced by ccache-3.4.2.tar.xz, use ccache-3.4.2.tar.gz to replace of it can fix the problem. - zlib-native: Use --with-bundled-zlib to fix it. - autotools-native: Set INHIBIT_AUTOTOOLS_DEPS and add a do_configure() to fix the problem. - quilt-native: Set PATCHTOOL = "patch" to fix it. (From OE-Core rev: f3d8bda91ee186dae8847d6438c1dfd6f6d8ee4f) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/ccache/ccache_3.4.2.bb')
-rw-r--r--meta/recipes-devtools/ccache/ccache_3.4.2.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/ccache/ccache_3.4.2.bb b/meta/recipes-devtools/ccache/ccache_3.4.2.bb
index 72309348b2..921dc3bdff 100644
--- a/meta/recipes-devtools/ccache/ccache_3.4.2.bb
+++ b/meta/recipes-devtools/ccache/ccache_3.4.2.bb
@@ -3,8 +3,8 @@ require ccache.inc
3LICENSE = "GPLv3+" 3LICENSE = "GPLv3+"
4LIC_FILES_CHKSUM = "file://LICENSE.adoc;md5=2722abeaf1750dbf175b9491112374e1" 4LIC_FILES_CHKSUM = "file://LICENSE.adoc;md5=2722abeaf1750dbf175b9491112374e1"
5 5
6SRC_URI[md5sum] = "9e048f88f3897125864f9a5e1abfb72d" 6SRC_URI[md5sum] = "07d4324efbb3c216bbd1c512f4553480"
7SRC_URI[sha256sum] = "18a8b14367d63d3d37fb6c33cba60e1b7fcd7a63d608df97c9771ae0d234fee2" 7SRC_URI[sha256sum] = "b2264923c63e2b90a17cf56acb1df3f4229c416fb88e476e5ec7e02919d319c3"
8 8
9SRC_URI += " \ 9SRC_URI += " \
10 file://0002-dev.mk.in-fix-file-name-too-long.patch \ 10 file://0002-dev.mk.in-fix-file-name-too-long.patch \