mirror of
https://git.yoctoproject.org/poky
synced 2026-05-02 18:32:15 +02:00
binutils: set CVE_VERSION
PV is 2.32.0 even though the actual release upstream is 2.32. To a human this is insignificant, but to automated tooling it matters. Specifically, cve-check-tool can't identify CVEs that are in 2.32. Set CVE_VERSION for now, which should be removed when PV and the upstream version match again. (From OE-Core rev: 487c8356c22deb29867baf3da74f6d86502d5b3b) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
885d06d043
commit
d587e20be5
@@ -20,6 +20,7 @@ def binutils_branch_version(d):
|
||||
# correctly set to match the upstream version tag).
|
||||
UPSTREAM_VERSION_UNKNOWN = "1"
|
||||
PV = "2.32.0"
|
||||
CVE_VERSION = "2.32"
|
||||
BINUPV = "${@binutils_branch_version(d)}"
|
||||
#BRANCH = "binutils-${BINUPV}-branch"
|
||||
BRANCH ?= "binutils-2_32-branch"
|
||||
|
||||
Reference in New Issue
Block a user