update/release: purge test/lib/strlcat.c in u-boot

Signed-off-by: Leah Rowe <leah@libreboot.org>
master
Leah Rowe 2024-05-03 14:02:02 +01:00
parent 748b207215
commit 64ae2ddd33
1 changed files with 1 additions and 0 deletions

View File

@ -185,6 +185,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()