summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/gmp/gmp.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-support/gmp/gmp.inc')
-rw-r--r--meta/recipes-support/gmp/gmp.inc11
1 files changed, 4 insertions, 7 deletions
diff --git a/meta/recipes-support/gmp/gmp.inc b/meta/recipes-support/gmp/gmp.inc
index 6752a39d13..1e3e2a0b43 100644
--- a/meta/recipes-support/gmp/gmp.inc
+++ b/meta/recipes-support/gmp/gmp.inc
@@ -1,16 +1,13 @@
1SECTION = "devel"
2SUMMARY = "GNU multiprecision arithmetic library" 1SUMMARY = "GNU multiprecision arithmetic library"
3DESCRIPTION = "GMP is a free library for arbitrary precision arithmetic, operating on signed integers, rational numbers, and floating point numbers" 2DESCRIPTION = "GMP is a free library for arbitrary precision arithmetic, operating on signed integers, rational numbers, and floating point numbers"
4HOMEPAGE = "http://gmplib.org/" 3HOMEPAGE = "http://gmplib.org/"
5 4SECTION = "devel"
6REVISION ?= ""
7SRC_URI = "https://gmplib.org/download/${BPN}/${BP}${REVISION}.tar.bz2"
8 5
9inherit autotools texinfo 6inherit autotools texinfo
10 7
8PACKAGECONFIG ??= ""
9PACKAGECONFIG[readline] = "--with-readline=yes,--with-readline=no,readline"
10
11ARM_INSTRUCTION_SET = "arm" 11ARM_INSTRUCTION_SET = "arm"
12 12
13BBCLASSEXTEND = "native nativesdk" 13BBCLASSEXTEND = "native nativesdk"
14
15PACKAGECONFIG ??= ""
16PACKAGECONFIG[readline] = "--with-readline=yes,--with-readline=no,readline"