]> code.ossystems Code Review - openembedded-core.git/commitdiff
gmp: updated to 5.1.0a
authorBogdan Marinescu <bogdan.a.marinescu@intel.com>
Thu, 28 Feb 2013 14:57:35 +0000 (16:57 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 5 Mar 2013 12:29:45 +0000 (12:29 +0000)
Signed-off-by: Bogdan Marinescu <bogdan.a.marinescu@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-support/gmp/gmp.inc
meta/recipes-support/gmp/gmp_5.1.0.bb

index 823811fd51768523e57084222c9f41ac8ed6ea06..709d8c4d7cc3e78c9613835f3beef5d32efe2842 100644 (file)
@@ -3,7 +3,9 @@ DESCRIPTION = "GNU multiprecision arithmetic library"
 HOMEPAGE = "http://gmplib.org/"
 LICENSE = "GPLv3 LGPLv3"
 
-SRC_URI = "ftp://ftp.gmplib.org/pub/gmp-${PV}/gmp-${PV}.tar.bz2 \
+REVISION = "a"
+
+SRC_URI = "ftp://ftp.gmplib.org/pub/gmp-${PV}/gmp-${PV}${REVISION}.tar.bz2 \
           file://configure.patch \
           file://amd64.patch "
 
index 6591ebe80b6433e2c40f0ceab2a22dad1ee48f91..73a4336d502044cc11ada88a95b680ee283d56de 100644 (file)
@@ -3,13 +3,11 @@ LICENSE="LGPLv3&GPLv3"
 LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \
                    file://version.c;endline=18;md5=d8c56b52b9092346b9f93b4da65ef790"
 
-PR = "r1"
-
 SRC_URI_append = " file://use-includedir.patch \
                    file://gmp_fix_for_x32.patch \
                    file://187b7b1646ee.patch \
                    file://obsolete_automake_macros.patch \
                    "
 
-SRC_URI[md5sum] = "362cf515aff8dc240958ce47418e4c78"
-SRC_URI[sha256sum] = "dfd9aba98fe5caa54a715b4584c7d45eb0ee0c8be9a3181164ad2fad5eefc796"
+SRC_URI[md5sum] = "cf6d7cb5915f29ce0fc41d042205c080"
+SRC_URI[sha256sum] = "ed5239a62aeaba6cfc8d50ec36fb59215618f98c248d4bb05ca9bccd990794dc"