summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xscript/update/release1
1 files changed, 1 insertions, 0 deletions
diff --git a/script/update/release b/script/update/release
index bdada97a..fcee49e7 100755
--- a/script/update/release
+++ b/script/update/release
@@ -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()