diff options
-rw-r--r-- | meta/recipes-support/mpfr/mpfr_4.2.1.bb | 2 |
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 | |||
9 | LIC_FILES_CHKSUM = "file://COPYING;md5=1ebbd3e34237af26da5dc08a4e440464 \ | 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=1ebbd3e34237af26da5dc08a4e440464 \ |
10 | file://COPYING.LESSER;md5=3000208d539ec061b899bce1d9ce9404 \ | 10 | file://COPYING.LESSER;md5=3000208d539ec061b899bce1d9ce9404 \ |
11 | " | 11 | " |
12 | CVE_PRODUCT = "gnu_mpfr" | ||
13 | |||
12 | DEPENDS = "gmp autoconf-archive-native" | 14 | DEPENDS = "gmp autoconf-archive-native" |
13 | 15 | ||
14 | SRC_URI = "https://www.mpfr.org/mpfr-${PV}/mpfr-${PV}.tar.xz" | 16 | SRC_URI = "https://www.mpfr.org/mpfr-${PV}/mpfr-${PV}.tar.xz" |