bash: Rename patch name

Because the name of CVE patch is wrong, cve-check-tool cannot get the correct CVE result. Rename the patch name.

(From OE-Core rev: 422f9af7d0f7de7a2e933154853e7a281f98ab93)

Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
zangrc 2020-12-14 15:21:34 +08:00 committed by Richard Purdie
parent 703c7754c1
commit 3a69732b87
2 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ SRC_URI = "${GNU_MIRROR}/bash/${BP}.tar.gz;name=tarball \
file://run-ptest \ file://run-ptest \
file://run-bash-ptests \ file://run-bash-ptests \
file://fix-run-builtins.patch \ file://fix-run-builtins.patch \
file://bash-CVE-2019-18276.patch \ file://CVE-2019-18276.patch \
" "
SRC_URI[tarball.md5sum] = "2b44b47b905be16f45709648f671820b" SRC_URI[tarball.md5sum] = "2b44b47b905be16f45709648f671820b"