summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIntaek Hwang <intaek.hwang@gehealthcare.com>2024-07-31 12:53:04 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-08-05 14:31:57 +0100
commitfc0e93eaa17e010851f8be49ef8bb2292d1279b7 (patch)
tree5605370f624501c002ec0924c4d028ff7430b58f
parentd7b4254fe5924f3c5780ddb5aab2beef5517debd (diff)
downloadpoky-fc0e93eaa17e010851f8be49ef8bb2292d1279b7.tar.gz
mpfr: set CVE_PRODUCT
Set CVE_PRODUCT of mpfr as gnu_mpfr to match NVD entries. (From OE-Core rev: ff30f7707f1f3ad8964f214c99f24bfc5e3730e0) Signed-off-by: Intaek Hwang <intaek.hwang@gehealthcare.com> Signed-off-by: Maxin John <maxin.john@gehealthcare.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-support/mpfr/mpfr_4.2.1.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-support/mpfr/mpfr_4.2.1.bb b/meta/recipes-support/mpfr/mpfr_4.2.1.bb
index a2067e1036..9558eab828 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
9LIC_FILES_CHKSUM = "file://COPYING;md5=1ebbd3e34237af26da5dc08a4e440464 \ 9LIC_FILES_CHKSUM = "file://COPYING;md5=1ebbd3e34237af26da5dc08a4e440464 \
10 file://COPYING.LESSER;md5=3000208d539ec061b899bce1d9ce9404 \ 10 file://COPYING.LESSER;md5=3000208d539ec061b899bce1d9ce9404 \
11 " 11 "
12CVE_PRODUCT = "gnu_mpfr"
13
12DEPENDS = "gmp autoconf-archive-native" 14DEPENDS = "gmp autoconf-archive-native"
13 15
14SRC_URI = "https://www.mpfr.org/mpfr-${PV}/mpfr-${PV}.tar.xz" 16SRC_URI = "https://www.mpfr.org/mpfr-${PV}/mpfr-${PV}.tar.xz"