summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2019-03-28 14:41:05 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-03-29 08:30:41 +0000
commit487c8356c22deb29867baf3da74f6d86502d5b3b (patch)
tree2b06a7c26840f518525eb10092938b8db078fa09
parente61c42ee49029ae8ffec58128dd083031305d9e5 (diff)
downloadopenembedded-core-contrib-487c8356c22deb29867baf3da74f6d86502d5b3b.tar.gz
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. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-devtools/binutils/binutils-2.32.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/binutils/binutils-2.32.inc b/meta/recipes-devtools/binutils/binutils-2.32.inc
index 1540644124..5d0c16b13e 100644
--- a/meta/recipes-devtools/binutils/binutils-2.32.inc
+++ b/meta/recipes-devtools/binutils/binutils-2.32.inc
@@ -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"