diff options
author | Mingli Yu <mingli.yu@windriver.com> | 2020-07-22 21:02:35 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-07-25 15:11:05 +0100 |
commit | b28b7c7c6acbe6e110aa7feb89690673c3f4535b (patch) | |
tree | 570aead4f7d7f5d5d16371e7f9108e224c76b880 /meta/recipes-devtools/ccache | |
parent | 4eef15704a58f65514d7e7b43d8abe3b3f78fcca (diff) | |
download | poky-b28b7c7c6acbe6e110aa7feb89690673c3f4535b.tar.gz |
ccache: Upgrade to 3.7.11
Bug fixes:
Added knowledge about -fprofile-{correction,reorder-functions,values}.
ccache now handles the Intel compiler option -xCODE (where CODE is a processor feature code) correctly.
Added support for NVCC's -Werror and --Werror options.
(From OE-Core rev: 1fea06a83aa226a86eb2032ce4e000009d71eaa5)
Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/ccache')
-rw-r--r-- | meta/recipes-devtools/ccache/ccache_3.7.11.bb (renamed from meta/recipes-devtools/ccache/ccache_3.7.10.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/ccache/ccache_3.7.10.bb b/meta/recipes-devtools/ccache/ccache_3.7.11.bb index 852583dfd2..fd004f4c9b 100644 --- a/meta/recipes-devtools/ccache/ccache_3.7.10.bb +++ b/meta/recipes-devtools/ccache/ccache_3.7.11.bb | |||
@@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.adoc;md5=22d514dbc01fdf9a9784334b6b59417a" | |||
12 | DEPENDS = "zlib" | 12 | DEPENDS = "zlib" |
13 | 13 | ||
14 | SRC_URI = "https://github.com/ccache/ccache/releases/download/v${PV}/${BP}.tar.gz" | 14 | SRC_URI = "https://github.com/ccache/ccache/releases/download/v${PV}/${BP}.tar.gz" |
15 | SRC_URI[sha256sum] = "447ddf21a5f0ffa6b6d26839ae876a6d17d0d7e3533926cdf78ecd11dad793f8" | 15 | SRC_URI[sha256sum] = "34309a59d4b6b6b33756366aa9d3144a4655587be9f914476b4c0e2d36365f01" |
16 | 16 | ||
17 | UPSTREAM_CHECK_URI = "https://github.com/ccache/ccache/releases/" | 17 | UPSTREAM_CHECK_URI = "https://github.com/ccache/ccache/releases/" |
18 | 18 | ||