From fc0972fe6d06c4b61101fe01abaac42edef8df24 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Fri, 3 May 2024 14:02:02 +0100 Subject: [PATCH] update/release: purge test/lib/strlcat.c in u-boot Signed-off-by: Leah Rowe --- script/update/release | 1 + 1 file changed, 1 insertion(+) diff --git a/script/update/release b/script/update/release index 0db61f2..0c6da0e 100755 --- a/script/update/release +++ b/script/update/release @@ -162,6 +162,7 @@ insert_copying_files() cp -R "src/u-boot/default/Licenses" "${l}/COPYING.u-boot" || return 1 printf "Multiple licenses. Check corresponding %s source archive\n" \ "${projectname}" > "${1}/COPYING" || return 1 + rm -f src/u-boot/*/test/lib/strlcat.c || return 1 } mkrom_tarball()