blob: f4f745eecb4de893c96db9cbdad1e3daaab43b95 (
plain)
1
2
3
4
5
6
7
8
|
DESCRIPTION = "A C library for multiple-precision floating-point computations with exact rounding"
HOMEPAGE = "http://www.mpfr.org/"
LICENSE = "GPL LGPL"
SECTION = "libs"
BBCLASSEXTEND = "native nativesdk"
PR = "r3"
inherit autotools
|