summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/gmp/gmp.inc
diff options
context:
space:
mode:
authorBogdan Marinescu <bogdan.a.marinescu@intel.com>2013-05-09 14:19:58 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-05-12 09:37:30 +0100
commitc9e48bce1128881007fa3a27f2bd7bc8784e443e (patch)
tree2e843f1b6c8696f6d450b68a4d67a333cf32fb58 /meta/recipes-support/gmp/gmp.inc
parent092cc9483a43ac31fb387faa8424deb5e8eed87b (diff)
downloadpoky-c9e48bce1128881007fa3a27f2bd7bc8784e443e.tar.gz
gmp: updated to 5.1.1
A number of patches are now part of the upstream. Tested by compiling and running core-image-minimal/qemux86. (From OE-Core rev: e4bc2b287bdeb0abf7c198564575f719a98a6591) 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.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/gmp/gmp.inc b/meta/recipes-support/gmp/gmp.inc
index 709d8c4d7c..bec06ecd69 100644
--- a/meta/recipes-support/gmp/gmp.inc
+++ b/meta/recipes-support/gmp/gmp.inc
@@ -3,7 +3,7 @@ DESCRIPTION = "GNU multiprecision arithmetic library"
3HOMEPAGE = "http://gmplib.org/" 3HOMEPAGE = "http://gmplib.org/"
4LICENSE = "GPLv3 LGPLv3" 4LICENSE = "GPLv3 LGPLv3"
5 5
6REVISION = "a" 6REVISION = ""
7 7
8SRC_URI = "ftp://ftp.gmplib.org/pub/gmp-${PV}/gmp-${PV}${REVISION}.tar.bz2 \ 8SRC_URI = "ftp://ftp.gmplib.org/pub/gmp-${PV}/gmp-${PV}${REVISION}.tar.bz2 \
9 file://configure.patch \ 9 file://configure.patch \