summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/gmp/gmp_5.0.3.bb
diff options
context:
space:
mode:
authorNitin A Kamble <nitin.a.kamble@intel.com>2012-02-01 15:40:56 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-02-03 15:56:36 +0000
commitf5d505e0cdd48ad9ac5597637c1fbf99578d3b01 (patch)
tree8f9b8715d07924eee91c674b734643e2c76516d6 /meta/recipes-support/gmp/gmp_5.0.3.bb
parent0637f1b409f1517eb809317236b5f9edd80b270a (diff)
downloadpoky-f5d505e0cdd48ad9ac5597637c1fbf99578d3b01.tar.gz
gmp: upgrade from 5.0.2 to 5.0.3
rebased configure.patch & amd64.patchto the newer code. Removed sh4-asmfix.patch as it is not needed with the newer code. (From OE-Core rev: 7c33a18ed5cdca6765d04ad9e4387001f72993a4) Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/gmp/gmp_5.0.3.bb')
-rw-r--r--meta/recipes-support/gmp/gmp_5.0.3.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/meta/recipes-support/gmp/gmp_5.0.3.bb b/meta/recipes-support/gmp/gmp_5.0.3.bb
new file mode 100644
index 0000000000..9f37943e84
--- /dev/null
+++ b/meta/recipes-support/gmp/gmp_5.0.3.bb
@@ -0,0 +1,14 @@
1require gmp.inc
2LICENSE="LGPLv3&GPLv3"
3LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \
4 file://version.c;endline=18;md5=d8c56b52b9092346b9f93b4da65ef790"
5PR = "r0"
6
7SRC_URI_append += "file://gmp_bugfix.patch \
8 file://use-includedir.patch \
9 file://gmp_fix_for_x32.patch"
10
11export CC_FOR_BUILD = "${BUILD_CC}"
12
13SRC_URI[md5sum] = "8061f765cc86b9765921a0c800615804"
14SRC_URI[sha256sum] = "dcafe9989c7f332b373e1f766af8e9cd790fc802fdec422a1910a6ef783480e3"