summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2022-08-23 11:01:49 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-08-25 11:08:06 +0100
commitc70ef0a18010290cbc4359acf5fb6ed99e724307 (patch)
treeca0ee95ac989244be0547d03fa0eb385b332c69e
parentf237f6e36c6deb540d267b46ab8bc2097aefa751 (diff)
downloadpoky-c70ef0a18010290cbc4359acf5fb6ed99e724307.tar.gz
ccache: Update the patch status
(From OE-Core rev: 00967a181f56b5428c50c04aaafb7ea50a5cbc82) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-devtools/ccache/files/0001-xxhash.h-Fix-build-with-gcc-12.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/ccache/files/0001-xxhash.h-Fix-build-with-gcc-12.patch b/meta/recipes-devtools/ccache/files/0001-xxhash.h-Fix-build-with-gcc-12.patch
index 4c2623e69d..aab943459d 100644
--- a/meta/recipes-devtools/ccache/files/0001-xxhash.h-Fix-build-with-gcc-12.patch
+++ b/meta/recipes-devtools/ccache/files/0001-xxhash.h-Fix-build-with-gcc-12.patch
@@ -14,7 +14,7 @@ Remove inline attribute to fix below build failure:
14 | ~~~ 14 | ~~~
15 4371 | secret + n*XXH_SECRET_CONSUME_RATE); 15 4371 | secret + n*XXH_SECRET_CONSUME_RATE);
16 16
17Upstream-Status: Submitted [https://github.com/ccache/ccache/pull/1089] 17Upstream-Status: Submitted [https://github.com/Cyan4973/xxHash/pull/720]
18 18
19Signed-off-by: Mingli Yu <mingli.yu@windriver.com> 19Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
20--- 20---