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