[oe-commits] [openembedded-core] 07/09: binutils: set CVE_VERSION

git at git.openembedded.org git at git.openembedded.org
Fri Mar 29 08:36:39 UTC 2019


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 487c8356c22deb29867baf3da74f6d86502d5b3b
Author: Ross Burton <ross.burton at intel.com>
AuthorDate: Thu Mar 28 14:41:05 2019 +0000

    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 at intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-devtools/binutils/binutils-2.32.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-devtools/binutils/binutils-2.32.inc b/meta/recipes-devtools/binutils/binutils-2.32.inc
index 1540644..5d0c16b 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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list