diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-11-07 13:31:53 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-11-07 13:31:53 +0000 |
| commit | 8c22ff0d8b70d9b12f0487ef696a7e915b9e3173 (patch) | |
| tree | efdc32587159d0050a69009bdf2330a531727d95 /meta/recipes-support/mpfr | |
| parent | d412d2747595c1cc4a5e3ca975e3adc31b2f7891 (diff) | |
| download | poky-8c22ff0d8b70d9b12f0487ef696a7e915b9e3173.tar.gz | |
The poky repository master branch is no longer being updated.
You can either:
a) switch to individual clones of bitbake, openembedded-core, meta-yocto and yocto-docs
b) use the new bitbake-setup
You can find information about either approach in our documentation:
https://docs.yoctoproject.org/
Note that "poky" the distro setting is still available in meta-yocto as
before and we continue to use and maintain that.
Long live Poky!
Some further information on the background of this change can be found
in: https://lists.openembedded.org/g/openembedded-architecture/message/2179
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/mpfr')
| -rw-r--r-- | meta/recipes-support/mpfr/mpfr_4.2.2.bb | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/meta/recipes-support/mpfr/mpfr_4.2.2.bb b/meta/recipes-support/mpfr/mpfr_4.2.2.bb deleted file mode 100644 index 4d1747c3fd..0000000000 --- a/meta/recipes-support/mpfr/mpfr_4.2.2.bb +++ /dev/null | |||
| @@ -1,21 +0,0 @@ | |||
| 1 | SUMMARY = "C library for multiple-precision floating-point computations with exact rounding" | ||
| 2 | DESCRIPTION = "The GNU Multiple Precision Floating-Point Reliable Library (GNU MPFR) is a GNU portable C library for arbitrary-precision binary floating-point computation with correct rounding, based on GNU Multi-Precision Library. MPFR's computation is both efficient and has a well-defined semantics: the functions are completely specified on all the possible operands and the results do not depend on the platform." | ||
| 3 | HOMEPAGE = "https://www.mpfr.org/" | ||
| 4 | LICENSE = "LGPL-3.0-or-later" | ||
| 5 | SECTION = "devel" | ||
| 6 | |||
| 7 | inherit autotools texinfo | ||
| 8 | |||
| 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=1ebbd3e34237af26da5dc08a4e440464 \ | ||
| 10 | file://COPYING.LESSER;md5=3000208d539ec061b899bce1d9ce9404 \ | ||
| 11 | " | ||
| 12 | CVE_PRODUCT = "gnu_mpfr" | ||
| 13 | |||
| 14 | DEPENDS = "gmp" | ||
| 15 | |||
| 16 | SRC_URI = "https://www.mpfr.org/mpfr-${PV}/mpfr-${PV}.tar.xz" | ||
| 17 | SRC_URI[sha256sum] = "b67ba0383ef7e8a8563734e2e889ef5ec3c3b898a01d00fa0a6869ad81c6ce01" | ||
| 18 | |||
| 19 | UPSTREAM_CHECK_URI = "http://www.mpfr.org/mpfr-current/" | ||
| 20 | |||
| 21 | BBCLASSEXTEND = "native nativesdk" | ||
