Message ID | 20240731095309.95-3-maxin.john@gehealthcare.com |
---|---|
State | Accepted, archived |
Commit | ff30f7707f1f3ad8964f214c99f24bfc5e3730e0 |
Headers | show |
Series | set CVE_PRODUCT to recipes | expand |
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 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"