aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/gmp/gmp.inc
blob: 3d25c1014e19dd842c5ed2ff26b0bb44b9fd937d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
SECTION = "devel"
SUMMARY = "GNU multiprecision arithmetic library"
DESCRIPTION = "GMP is a free library for arbitrary precision arithmetic, operating on signed integers, rational numbers, and floating point numbers"
HOMEPAGE = "http://gmplib.org/"

REVISION ?= ""
SRC_URI = "https://gmplib.org/download/${BPN}/${BP}${REVISION}.tar.bz2"

inherit autotools texinfo

ARM_INSTRUCTION_SET = "arm"

BBCLASSEXTEND = "native nativesdk"

PACKAGECONFIG[readline] = "--with-readline=yes,--with-readline=no,readline"