summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"