Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 1 | SECTION = "devel" |
| 2 | SUMMARY = "GNU multiprecision arithmetic library" |
| 3 | DESCRIPTION = "GMP is a free library for arbitrary precision arithmetic, operating on signed integers, rational numbers, and floating point numbers" |
| 4 | HOMEPAGE = "http://gmplib.org/" |
| 5 | |
| 6 | REVISION ?= "" |
| 7 | SRC_URI = "https://gmplib.org/download/${BPN}/${BP}${REVISION}.tar.bz2" |
| 8 | |
| 9 | inherit autotools texinfo |
| 10 | |
| 11 | ARM_INSTRUCTION_SET = "arm" |
| 12 | |
| 13 | BBCLASSEXTEND = "native nativesdk" |
| 14 | |
| 15 | PACKAGECONFIG ??= "" |
| 16 | PACKAGECONFIG[readline] = "--with-readline=yes,--with-readline=no,readline" |