diff mbox series

[1/3] ccache: Update the patch status

Message ID 20220823180151.3321962-1-raj.khem@gmail.com
State Accepted, archived
Commit 00967a181f56b5428c50c04aaafb7ea50a5cbc82
Headers show
Series [1/3] ccache: Update the patch status | expand

Commit Message

Khem Raj Aug. 23, 2022, 6:01 p.m. UTC
Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 .../ccache/files/0001-xxhash.h-Fix-build-with-gcc-12.patch      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

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:
        |                  ~~~
   4371 |                  secret + n*XXH_SECRET_CONSUME_RATE);
 
-Upstream-Status: Submitted [https://github.com/ccache/ccache/pull/1089]
+Upstream-Status: Submitted [https://github.com/Cyan4973/xxHash/pull/720]
 
 Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
 ---