From c8075ed8f157468849d3199c3671b84a6f08785d Mon Sep 17 00:00:00 2001 From: Meh Mbeh Ida Delphine Date: Tue, 2 Mar 2021 11:07:33 +0100 Subject: recipes-support: Add missing HOMEPAGE and DESCRIPTION for recipes Fixes: [YOCTO #13471] (From OE-Core rev: 6db24928d62aeb093a0e6da6619713eaca57a96f) Signed-off-by: Ida Delphine Signed-off-by: Richard Purdie --- meta/recipes-support/mpfr/mpfr_4.1.0.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-support/mpfr/mpfr_4.1.0.bb') diff --git a/meta/recipes-support/mpfr/mpfr_4.1.0.bb b/meta/recipes-support/mpfr/mpfr_4.1.0.bb index 82b5516f26..41897e9376 100644 --- a/meta/recipes-support/mpfr/mpfr_4.1.0.bb +++ b/meta/recipes-support/mpfr/mpfr_4.1.0.bb @@ -1,4 +1,5 @@ SUMMARY = "C library for multiple-precision floating-point computations with exact rounding" +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." HOMEPAGE = "https://www.mpfr.org/" LICENSE = "LGPLv3+" SECTION = "devel" -- cgit v1.2.3-54-g00ecf