summaryrefslogtreecommitdiffstats
path: root/recipes-support/gmp/gmp.inc
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2017-03-02 12:24:31 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-03-02 12:30:01 +0000
commit8ba70a1c28a4e0ee73db5308b38abc923b0be44d (patch)
tree0ed9bff8e4bd70766c81dbb559d32781bdd93ce8 /recipes-support/gmp/gmp.inc
downloadmeta-gplv2-8ba70a1c28a4e0ee73db5308b38abc923b0be44d.tar.gz
Create meta-gplv2 from files from OE-Core
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'recipes-support/gmp/gmp.inc')
-rw-r--r--recipes-support/gmp/gmp.inc12
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes-support/gmp/gmp.inc b/recipes-support/gmp/gmp.inc
new file mode 100644
index 0000000..abac8cf
--- /dev/null
+++ b/recipes-support/gmp/gmp.inc
@@ -0,0 +1,12 @@
1SUMMARY = "GNU multiprecision arithmetic library"
2DESCRIPTION = "GMP is a free library for arbitrary precision arithmetic, operating on signed integers, rational numbers, and floating point numbers"
3HOMEPAGE = "http://gmplib.org/"
4SECTION = "devel"
5
6inherit autotools texinfo
7
8PACKAGECONFIG ??= ""
9PACKAGECONFIG[readline] = "--with-readline=yes,--with-readline=no,readline"
10
11ARM_INSTRUCTION_SET_armv4 = "arm"
12ARM_INSTRUCTION_SET_armv5 = "arm"