]> code.ossystems Code Review - openembedded-core.git/commit
gmp: Bring back version 4.2.1 (LGPL 2.1+)
authorJussi Kukkonen <jussi.kukkonen@intel.com>
Thu, 27 Aug 2015 13:05:59 +0000 (16:05 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 31 Aug 2015 11:25:27 +0000 (12:25 +0100)
commit1adec83621f36a3dd748990c307ca4ebebcdd554
treef28d42b38adb761730c497505d62a7d853ff60b8
parent1c2f26ed3e98d6b702c21012bb9652d16798f2b2
gmp: Bring back version 4.2.1 (LGPL 2.1+)

gmp 4.2.1 was removed in f181c6ce8b apparently accidentally: It
was not noticed that 4.2.1 is LGPL 2.1 (and not GPL) so provides
a useful alternative to the newer "GPLv2 | LGPLv3" version.

* Reintroduce 4.2.1. The source includes files that are GPL but the
  library package is LGPL 2.1+
* Also reintroduce the two patches removed in f181c6ce8b.
* Refactor gmp.inc: gmp 6.0.0 build should not be affected in any way.
* Update 6.0.0 license from "GPLv2 | LGPLv3" to "GPLv2+ | LGPLv3+".

[YOCTO #8197]

Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-support/gmp/gmp-4.2.1/disable-stdc.patch [new file with mode: 0644]
meta/recipes-support/gmp/gmp-4.2.1/gmp_fix_for_automake-1.12.patch [new file with mode: 0644]
meta/recipes-support/gmp/gmp-6.0.0/amd64.patch [moved from meta/recipes-support/gmp/gmp/amd64.patch with 100% similarity]
meta/recipes-support/gmp/gmp-6.0.0/append_user_provided_flags.patch [moved from meta/recipes-support/gmp/gmp/append_user_provided_flags.patch with 100% similarity]
meta/recipes-support/gmp/gmp-6.0.0/configure.patch [moved from meta/recipes-support/gmp/gmp/configure.patch with 100% similarity]
meta/recipes-support/gmp/gmp-6.0.0/gmp-6.0.0-ppc64.patch [moved from meta/recipes-support/gmp/gmp/gmp-6.0.0-ppc64.patch with 100% similarity]
meta/recipes-support/gmp/gmp-6.0.0/use-includedir.patch [moved from meta/recipes-support/gmp/gmp/use-includedir.patch with 100% similarity]
meta/recipes-support/gmp/gmp.inc
meta/recipes-support/gmp/gmp_4.2.1.bb [new file with mode: 0644]
meta/recipes-support/gmp/gmp_6.0.0.bb