Skip to content

Commit

Permalink
excludes terminfo when extracting sysroot
Browse files Browse the repository at this point in the history
  • Loading branch information
mariotaku committed Mar 4, 2024
1 parent f262fbc commit 4462b66
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sysroot/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ ExternalProject_Add(sysroot
"${BUILDROOT_SDK_NAME}/share/buildroot"
"${BUILDROOT_SDK_NAME}/environment-setup"
"${BUILDROOT_SDK_NAME}/relocate-sdk.sh"
--exclude "${BUILDROOT_SDK_NAME}/${GNU_TARGET_NAME}/sysroot/usr/share/terminfo"
${PATCH_RELOCATE_SDK}
COMMAND "${CMAKE_STAGING_PREFIX}/relocate-sdk.sh"
LOG_CONFIGURE TRUE
Expand Down

0 comments on commit 4462b66

Please sign in to comment.