diff options
Diffstat (limited to 'meta/recipes-support/gmp/gmp_4.2.1.bb')
-rw-r--r-- | meta/recipes-support/gmp/gmp_4.2.1.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/meta/recipes-support/gmp/gmp_4.2.1.bb b/meta/recipes-support/gmp/gmp_4.2.1.bb new file mode 100644 index 0000000000..d70dcf2665 --- /dev/null +++ b/meta/recipes-support/gmp/gmp_4.2.1.bb | |||
@@ -0,0 +1,14 @@ | |||
1 | DESCRIPTION = "GMP is a free library for arbitrary precision arithmetic, operating on signed integers, rational numbers, and floating point numbers" | ||
2 | HOMEPAGE = "http://gmplib.org/" | ||
3 | BUGTRACKER = "http://gmplib.org/mailman/listinfo/gmp-bugs" | ||
4 | # demo is licensed under GPLv2+, which however we don't package at all | ||
5 | LICENSE = "LGPLv2.1+" | ||
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=892f569a555ba9c07a568a7c0c4fa63a \ | ||
7 | file://COPYING.LIB;md5=fbc093901857fcd118f065f900982c24 \ | ||
8 | file://gmp-h.in;startline=6;endline=21;md5=5e25ffd16996faba8c1cd27b04b16099" | ||
9 | PR = "r0" | ||
10 | |||
11 | SRC_URI = "ftp://ftp.gnu.org/gnu/gmp/${BP}.tar.bz2 \ | ||
12 | file://disable-stdc.patch" | ||
13 | |||
14 | inherit autotools | ||