* [PATCH] gmp: updated to 5.1.0a
@ 2013-02-28 12:55 Bogdan Marinescu
2013-02-28 14:48 ` Saul Wold
0 siblings, 1 reply; 3+ messages in thread
From: Bogdan Marinescu @ 2013-02-28 12:55 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Bogdan Marinescu <bogdan.a.marinescu@intel.com>
---
meta/recipes-support/gmp/gmp.inc | 4 +++-
meta/recipes-support/gmp/gmp_5.1.0.bb | 6 +++---
2 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/meta/recipes-support/gmp/gmp.inc b/meta/recipes-support/gmp/gmp.inc
index 823811f..709d8c4 100644
--- a/meta/recipes-support/gmp/gmp.inc
+++ b/meta/recipes-support/gmp/gmp.inc
@@ -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 "
diff --git a/meta/recipes-support/gmp/gmp_5.1.0.bb b/meta/recipes-support/gmp/gmp_5.1.0.bb
index 6591ebe..7ffba24 100644
--- a/meta/recipes-support/gmp/gmp_5.1.0.bb
+++ b/meta/recipes-support/gmp/gmp_5.1.0.bb
@@ -3,7 +3,7 @@ LICENSE="LGPLv3&GPLv3"
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \
file://version.c;endline=18;md5=d8c56b52b9092346b9f93b4da65ef790"
-PR = "r1"
+PR = "r2"
SRC_URI_append = " file://use-includedir.patch \
file://gmp_fix_for_x32.patch \
@@ -11,5 +11,5 @@ SRC_URI_append = " file://use-includedir.patch \
file://obsolete_automake_macros.patch \
"
-SRC_URI[md5sum] = "362cf515aff8dc240958ce47418e4c78"
-SRC_URI[sha256sum] = "dfd9aba98fe5caa54a715b4584c7d45eb0ee0c8be9a3181164ad2fad5eefc796"
+SRC_URI[md5sum] = "cf6d7cb5915f29ce0fc41d042205c080"
+SRC_URI[sha256sum] = "ed5239a62aeaba6cfc8d50ec36fb59215618f98c248d4bb05ca9bccd990794dc"
--
1.7.10.4
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [PATCH] gmp: updated to 5.1.0a
2013-02-28 12:55 [PATCH] gmp: updated to 5.1.0a Bogdan Marinescu
@ 2013-02-28 14:48 ` Saul Wold
0 siblings, 0 replies; 3+ messages in thread
From: Saul Wold @ 2013-02-28 14:48 UTC (permalink / raw)
To: Bogdan Marinescu; +Cc: openembedded-core
On 02/28/2013 04:55 AM, Bogdan Marinescu wrote:
> Signed-off-by: Bogdan Marinescu <bogdan.a.marinescu@intel.com>
> ---
> meta/recipes-support/gmp/gmp.inc | 4 +++-
> meta/recipes-support/gmp/gmp_5.1.0.bb | 6 +++---
> 2 files changed, 6 insertions(+), 4 deletions(-)
>
> diff --git a/meta/recipes-support/gmp/gmp.inc b/meta/recipes-support/gmp/gmp.inc
> index 823811f..709d8c4 100644
> --- a/meta/recipes-support/gmp/gmp.inc
> +++ b/meta/recipes-support/gmp/gmp.inc
> @@ -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 "
>
> diff --git a/meta/recipes-support/gmp/gmp_5.1.0.bb b/meta/recipes-support/gmp/gmp_5.1.0.bb
> index 6591ebe..7ffba24 100644
> --- a/meta/recipes-support/gmp/gmp_5.1.0.bb
> +++ b/meta/recipes-support/gmp/gmp_5.1.0.bb
> @@ -3,7 +3,7 @@ LICENSE="LGPLv3&GPLv3"
> LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \
> file://version.c;endline=18;md5=d8c56b52b9092346b9f93b4da65ef790"
>
> -PR = "r1"
> +PR = "r2"
>
Why the PR Bump, the idea with PR Server is to get rid of these.
Sau!
> SRC_URI_append = " file://use-includedir.patch \
> file://gmp_fix_for_x32.patch \
> @@ -11,5 +11,5 @@ SRC_URI_append = " file://use-includedir.patch \
> file://obsolete_automake_macros.patch \
> "
>
> -SRC_URI[md5sum] = "362cf515aff8dc240958ce47418e4c78"
> -SRC_URI[sha256sum] = "dfd9aba98fe5caa54a715b4584c7d45eb0ee0c8be9a3181164ad2fad5eefc796"
> +SRC_URI[md5sum] = "cf6d7cb5915f29ce0fc41d042205c080"
> +SRC_URI[sha256sum] = "ed5239a62aeaba6cfc8d50ec36fb59215618f98c248d4bb05ca9bccd990794dc"
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH] gmp: updated to 5.1.0a
@ 2013-02-28 14:57 Bogdan Marinescu
0 siblings, 0 replies; 3+ messages in thread
From: Bogdan Marinescu @ 2013-02-28 14:57 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Bogdan Marinescu <bogdan.a.marinescu@intel.com>
---
meta/recipes-support/gmp/gmp.inc | 4 +++-
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 823811f..709d8c4 100644
--- a/meta/recipes-support/gmp/gmp.inc
+++ b/meta/recipes-support/gmp/gmp.inc
@@ -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 "
diff --git a/meta/recipes-support/gmp/gmp_5.1.0.bb b/meta/recipes-support/gmp/gmp_5.1.0.bb
index 6591ebe..73a4336 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"
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"
--
1.7.10.4
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-02-28 15:10 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-28 12:55 [PATCH] gmp: updated to 5.1.0a Bogdan Marinescu
2013-02-28 14:48 ` Saul Wold
-- strict thread matches above, loose matches on Subject: below --
2013-02-28 14:57 Bogdan Marinescu
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox