Skip to content

Commit ce68c6d

Browse files
committed
mbedtls: Remove out-of-tree patch
With MbedTLS v3.6.1, the out of tree patch `0001-md-Fix-guards-for-functions-and-headers.patch` is not needed anymore. Signed-off-by: Devaraj Ranganna <[email protected]>
1 parent 986c329 commit ce68c6d

File tree

3 files changed

+1
-51
lines changed

3 files changed

+1
-51
lines changed

components/security/mbedtls/CMakeLists.txt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,6 @@ else ()
1818
set(ENABLE_PROGRAMS OFF CACHE BOOL "" FORCE)
1919
set(ENABLE_TESTING OFF CACHE BOOL "" FORCE)
2020

21-
include(ApplyPatches)
22-
23-
set(PATCH_FILES_DIRECTORY "${CMAKE_CURRENT_LIST_DIR}/integration/patches")
24-
set(PATCH_FILES "${PATCH_FILES_DIRECTORY}/0001-md-Fix-guards-for-functions-and-headers.patch")
25-
iot_reference_arm_corstone3xx_apply_patches("${mbedtls_SOURCE_DIR}" "${PATCH_FILES}")
26-
2721
add_subdirectory(library)
2822

2923
add_subdirectory(integration)

components/security/mbedtls/integration/patches/0001-md-Fix-guards-for-functions-and-headers.patch

Lines changed: 0 additions & 45 deletions
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
components: Remove out-of-tree patches

0 commit comments

Comments
 (0)