diff options
author | Bogdan Marinescu <bogdan.a.marinescu@intel.com> | 2013-02-28 16:57:35 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-03-05 13:14:55 +0000 |
commit | 5bc19256b792bcd8a4ed14aa34ed97d389082154 (patch) | |
tree | 6c2d642e7ed33ff8550e28186617d89d56e7f50f /meta | |
parent | 641446e9aec959d5ac2a71f9b6330ce60be74bd9 (diff) | |
download | poky-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')
-rw-r--r-- | meta/recipes-support/gmp/gmp.inc | 4 | ||||
-rw-r--r-- | meta/recipes-support/gmp/gmp_5.1.0.bb | 6 |
2 files changed, 5 insertions, 5 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" | |||
3 | HOMEPAGE = "http://gmplib.org/" | 3 | HOMEPAGE = "http://gmplib.org/" |
4 | LICENSE = "GPLv3 LGPLv3" | 4 | LICENSE = "GPLv3 LGPLv3" |
5 | 5 | ||
6 | SRC_URI = "ftp://ftp.gmplib.org/pub/gmp-${PV}/gmp-${PV}.tar.bz2 \ | 6 | REVISION = "a" |
7 | |||
8 | SRC_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 | ||
diff --git a/meta/recipes-support/gmp/gmp_5.1.0.bb b/meta/recipes-support/gmp/gmp_5.1.0.bb index 6591ebe80b..73a4336d50 100644 --- a/meta/recipes-support/gmp/gmp_5.1.0.bb +++ b/meta/recipes-support/gmp/gmp_5.1.0.bb | |||
@@ -3,13 +3,11 @@ LICENSE="LGPLv3&GPLv3" | |||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \ | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \ |
4 | file://version.c;endline=18;md5=d8c56b52b9092346b9f93b4da65ef790" | 4 | file://version.c;endline=18;md5=d8c56b52b9092346b9f93b4da65ef790" |
5 | 5 | ||
6 | PR = "r1" | ||
7 | |||
8 | SRC_URI_append = " file://use-includedir.patch \ | 6 | SRC_URI_append = " file://use-includedir.patch \ |
9 | file://gmp_fix_for_x32.patch \ | 7 | file://gmp_fix_for_x32.patch \ |
10 | file://187b7b1646ee.patch \ | 8 | file://187b7b1646ee.patch \ |
11 | file://obsolete_automake_macros.patch \ | 9 | file://obsolete_automake_macros.patch \ |
12 | " | 10 | " |
13 | 11 | ||
14 | SRC_URI[md5sum] = "362cf515aff8dc240958ce47418e4c78" | 12 | SRC_URI[md5sum] = "cf6d7cb5915f29ce0fc41d042205c080" |
15 | SRC_URI[sha256sum] = "dfd9aba98fe5caa54a715b4584c7d45eb0ee0c8be9a3181164ad2fad5eefc796" | 13 | SRC_URI[sha256sum] = "ed5239a62aeaba6cfc8d50ec36fb59215618f98c248d4bb05ca9bccd990794dc" |