summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/gmp/gmp.inc
diff options
context:
space:
mode:
authorBogdan Marinescu <bogdan.a.marinescu@intel.com>2013-02-28 16:57:35 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-03-05 13:14:55 +0000
commit5bc19256b792bcd8a4ed14aa34ed97d389082154 (patch)
tree6c2d642e7ed33ff8550e28186617d89d56e7f50f /meta/recipes-support/gmp/gmp.inc
parent641446e9aec959d5ac2a71f9b6330ce60be74bd9 (diff)
downloadpoky-5bc19256b792bcd8a4ed14aa34ed97d389082154.tar.gz
gmp: updated to 5.1.0a
(From OE-Core rev: 46a29592a781b20472e6d749ee8754ebe29f5a80) Signed-off-by: Bogdan Marinescu <bogdan.a.marinescu@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/gmp/gmp.inc')
-rw-r--r--meta/recipes-support/gmp/gmp.inc4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-support/gmp/gmp.inc b/meta/recipes-support/gmp/gmp.inc
index 823811fd51..709d8c4d7c 100644
--- a/meta/recipes-support/gmp/gmp.inc
+++ b/meta/recipes-support/gmp/gmp.inc
@@ -3,7 +3,9 @@ DESCRIPTION = "GNU multiprecision arithmetic library"
3HOMEPAGE = "http://gmplib.org/" 3HOMEPAGE = "http://gmplib.org/"
4LICENSE = "GPLv3 LGPLv3" 4LICENSE = "GPLv3 LGPLv3"
5 5
6SRC_URI = "ftp://ftp.gmplib.org/pub/gmp-${PV}/gmp-${PV}.tar.bz2 \ 6REVISION = "a"
7
8SRC_URI = "ftp://ftp.gmplib.org/pub/gmp-${PV}/gmp-${PV}${REVISION}.tar.bz2 \
7 file://configure.patch \ 9 file://configure.patch \
8 file://amd64.patch " 10 file://amd64.patch "
9 11