mirror of
https://git.yoctoproject.org/poky
synced 2026-03-03 13:59:40 +01:00
Import the recipe from OE Upgrade from 0.8.1 to 0.8.2, and it solved the build failure Cleaned up the libmpc-native recipe for poky tree Add nativesdk target for gcc-cross-canadian_4.5.0 Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
7 lines
297 B
PHP
7 lines
297 B
PHP
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 = "LGPLv2"
|
|
SECTION = "libs"
|
|
|
|
inherit autotools
|