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 committed by Leah Rowe
parent c4fe290da8
commit fc0972fe6d
1 changed files with 1 additions and 0 deletions

View File

@ -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()