From: Intaek Hwang Date: Wed, 31 Jul 2024 09:53:04 +0000 (+0300) Subject: mpfr: set CVE_PRODUCT X-Git-Tag: yocto-5.2~2175 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ff30f7707f1f3ad8964f214c99f24bfc5e3730e0;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git mpfr: set CVE_PRODUCT Set CVE_PRODUCT of mpfr as gnu_mpfr to match NVD entries. Signed-off-by: Intaek Hwang Signed-off-by: Maxin John Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-support/mpfr/mpfr_4.2.1.bb b/meta/recipes-support/mpfr/mpfr_4.2.1.bb index a2067e1036d..9558eab8280 100644 --- a/meta/recipes-support/mpfr/mpfr_4.2.1.bb +++ b/meta/recipes-support/mpfr/mpfr_4.2.1.bb @@ -9,6 +9,8 @@ inherit autotools texinfo LIC_FILES_CHKSUM = "file://COPYING;md5=1ebbd3e34237af26da5dc08a4e440464 \ file://COPYING.LESSER;md5=3000208d539ec061b899bce1d9ce9404 \ " +CVE_PRODUCT = "gnu_mpfr" + DEPENDS = "gmp autoconf-archive-native" SRC_URI = "https://www.mpfr.org/mpfr-${PV}/mpfr-${PV}.tar.xz"