diff options
author | Roy Li <rongqing.li@windriver.com> | 2014-08-12 14:33:37 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-08-15 18:21:51 +0100 |
commit | 25bf76a8668d2572c6f1a396b657e795b031bbb3 (patch) | |
tree | 3476bdf0d087f5a262395730b1f9c7d8a2a66872 /meta/recipes-support/gmp/gmp_4.2.1.bb | |
parent | c23b321b4446685ee4286cc4422772a950ff6370 (diff) | |
download | poky-25bf76a8668d2572c6f1a396b657e795b031bbb3.tar.gz |
gmp: uprev it to 6.0.0
Uprev gmp from 5.1.1 to 6.0.0, and remove the 4.2.1 version which is GPLv2,
since gmp-6.0.0 is dual-licensing, LGPLv3 or GPLv2;
(From OE-Core rev: f181c6ce8b364fbf761a456d998ab78fbd751f35)
Signed-off-by: Roy Li <rongqing.li@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/gmp/gmp_4.2.1.bb')
-rw-r--r-- | meta/recipes-support/gmp/gmp_4.2.1.bb | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/meta/recipes-support/gmp/gmp_4.2.1.bb b/meta/recipes-support/gmp/gmp_4.2.1.bb deleted file mode 100644 index 69ad0ca670..0000000000 --- a/meta/recipes-support/gmp/gmp_4.2.1.bb +++ /dev/null | |||
@@ -1,23 +0,0 @@ | |||
1 | SUMMARY = "GNU multiprecision arithmetic library" | ||
2 | DESCRIPTION = "GMP is a free library for arbitrary precision arithmetic, operating on signed integers, rational numbers, and floating point numbers" | ||
3 | HOMEPAGE = "http://gmplib.org/" | ||
4 | BUGTRACKER = "http://gmplib.org/mailman/listinfo/gmp-bugs" | ||
5 | # demo is licensed under GPLv2+, which however we don't package at all | ||
6 | LICENSE = "LGPLv2.1+" | ||
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=892f569a555ba9c07a568a7c0c4fa63a \ | ||
8 | file://COPYING.LIB;md5=fbc093901857fcd118f065f900982c24 \ | ||
9 | file://gmp-h.in;beginline=6;endline=21;md5=e056f74a12c3277d730dbcfb85d2ca34" | ||
10 | PR = "r2" | ||
11 | |||
12 | SRC_URI = "${GNU_MIRROR}/gmp/${BP}.tar.bz2 \ | ||
13 | file://disable-stdc.patch \ | ||
14 | file://gmp_fix_for_automake-1.12.patch \ | ||
15 | " | ||
16 | |||
17 | SRC_URI[md5sum] = "091c56e0e1cca6b09b17b69d47ef18e3" | ||
18 | SRC_URI[sha256sum] = "d07ffcb37eecec35c5ec72516d10b35fdf6e6fef1fcf1dcd37e30b8cbf8bf941" | ||
19 | |||
20 | PACKAGECONFIG ??= "" | ||
21 | PACKAGECONFIG[readline] = "--with-readline=yes,--with-readline=no,readline" | ||
22 | |||
23 | inherit autotools texinfo | ||