Message ID | 20200811183307.2640768-1-raj.khem@gmail.com |
---|---|
State | New |
Headers | show |
diff --git a/meta/recipes-devtools/gcc/gcc-9.3.inc b/meta/recipes-devtools/gcc/gcc-9.3.inc index c9eab911d3..526e81089b 100644 --- a/meta/recipes-devtools/gcc/gcc-9.3.inc +++ b/meta/recipes-devtools/gcc/gcc-9.3.inc @@ -23,6 +23,8 @@ LIC_FILES_CHKSUM = "\ file://COPYING.RUNTIME;md5=fe60d87048567d4fe8c8a0ed2448bcc8 \ " +CVE_CHECK_WHITELIST += "CVE-2019-15847" + BASEURI ?= "${GNU_MIRROR}/gcc/gcc-${PV}/gcc-${PV}.tar.xz" #RELEASE ?= "5a5ca2d" #BASEURI ?= "https://repo.or.cz/official-gcc.git/snapshot/${RELEASE}.tar.gz;downloadfilename=gcc-${RELEASE}.tar.gz"
We do not have explicit patch to mark it and cve checker gets confused, so help it out Signed-off-by: Khem Raj <raj.khem@gmail.com> --- meta/recipes-devtools/gcc/gcc-9.3.inc | 2 ++ 1 file changed, 2 insertions(+)