Skip to content

Commit 730888e

Browse files
committed
corepkcs11: Remove out-of-tree patch
Remove the upstreamed out-of-tree patch `0001-Do-not-define-__PASTE-macro-for-Arm-compiler.patch` and update to latest version of corePKCS11 library. Signed-off-by: Devaraj Ranganna <[email protected]>
1 parent 6b31d51 commit 730888e

File tree

4 files changed

+2
-40
lines changed

4 files changed

+2
-40
lines changed

components/aws_iot/corepkcs11/CMakeLists.txt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,5 @@ if(CMAKE_CROSSCOMPILING)
99
"Path to corePKCS11 source code"
1010
)
1111

12-
include(ApplyPatches)
13-
14-
set(PATCH_FILES_DIRECTORY "${CMAKE_CURRENT_LIST_DIR}/integration/patches")
15-
set(PATCH_FILES "${PATCH_FILES_DIRECTORY}/0001-Do-not-define-__PASTE-macro-for-Arm-compiler.patch")
16-
iot_reference_arm_corstone3xx_apply_patches("${corepkcs11_SOURCE_DIR}" "${PATCH_FILES}")
17-
1812
add_subdirectory(integration)
1913
endif()

components/aws_iot/corepkcs11/integration/patches/0001-Do-not-define-__PASTE-macro-for-Arm-compiler.patch

Lines changed: 0 additions & 32 deletions
This file was deleted.
Submodule library updated 147 files

manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ dependencies:
106106
license: "MIT"
107107
tpip-category: "category-2"
108108
security-risk: "low"
109-
version: "v3.5.0"
109+
version: "8a4ac0e0e27a83da5c2a5e8c87f34998f6eb7aaf"
110110
repository:
111111
type: "git"
112112
url: "https://github.com/FreeRTOS/corePKCS11.git"

0 commit comments

Comments
 (0)