mirror of
https://git.yoctoproject.org/poky
synced 2026-03-09 16:59:40 +01:00
An automated conversion using scripts/contrib/convert-spdx-licenses.py to convert to use the standard SPDX license identifiers. Two recipes in meta-selftest were not converted as they're that way specifically for testing. A change in linux-firmware was also skipped and may need a more manual tweak. (From OE-Core rev: ceda3238cdbf1beb216ae9ddb242470d5dfc25e0) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
8 lines
410 B
PHP
8 lines
410 B
PHP
SUMMARY = "C library for complex number arithmetic with arbitrary precision and correct rounding"
|
|
DESCRIPTION = "Mpc is a C library for the arithmetic of complex numbers with arbitrarily high precision and correct rounding of the result. It is built upon and follows the same principles as Mpfr"
|
|
HOMEPAGE = "http://www.multiprecision.org/"
|
|
LICENSE = "LGPL-3.0-only"
|
|
SECTION = "libs"
|
|
|
|
inherit autotools texinfo
|