From e2805fc9c451afa0953502152c2a61f4a40d6ba5 Mon Sep 17 00:00:00 2001 From: zhanghongyu Date: Mon, 25 Mar 2024 20:14:52 +0800 Subject: [PATCH] matter: use a fixed version of pigweed Otherwise, the compilation may fail due to changes in the pigweed code Signed-off-by: zhanghongyu --- netutils/connectedhomeip/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netutils/connectedhomeip/CMakeLists.txt b/netutils/connectedhomeip/CMakeLists.txt index 32e25092f..aea6c64c2 100644 --- a/netutils/connectedhomeip/CMakeLists.txt +++ b/netutils/connectedhomeip/CMakeLists.txt @@ -86,7 +86,7 @@ if(CONFIG_MATTER) NAME pigweed URL - https://github.com/google/pigweed/archive/refs/heads/main.zip + https://github.com/google/pigweed/archive/1f12d06f51.zip SOURCE_DIR ${CMAKE_CURRENT_LIST_DIR}/pigweed BINARY_DIR