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:52:47 +0000
commit7c33a18ed5cdca6765d04ad9e4387001f72993a4 (patch)
treec20dff7fa9eb415c035031b5b0105656c53ac0ef /meta/recipes-support/gmp/gmp_5.0.3.bb
parentcc3a6f625278d8ec9a61be1170823c3ec4302e61 (diff)
downloadopenembedded-core-contrib-7c33a18ed5cdca6765d04ad9e4387001f72993a4.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. 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 @@
+require gmp.inc
+LICENSE="LGPLv3&GPLv3"
+LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \
+ file://version.c;endline=18;md5=d8c56b52b9092346b9f93b4da65ef790"
+PR = "r0"
+
+SRC_URI_append += "file://gmp_bugfix.patch \
+ file://use-includedir.patch \
+ file://gmp_fix_for_x32.patch"
+
+export CC_FOR_BUILD = "${BUILD_CC}"
+
+SRC_URI[md5sum] = "8061f765cc86b9765921a0c800615804"
+SRC_URI[sha256sum] = "dcafe9989c7f332b373e1f766af8e9cd790fc802fdec422a1910a6ef783480e3"