* [PATCH] gcc-4.6: update to 4.6.1 release
@ 2011-07-13 16:41 Phil Blundell
2011-07-14 0:38 ` Kamble, Nitin A
2011-07-19 18:15 ` Saul Wold
0 siblings, 2 replies; 3+ messages in thread
From: Phil Blundell @ 2011-07-13 16:41 UTC (permalink / raw)
To: oe-core
Set SRCREV to match the point at which 4.6.1 was released, update PV appropriately.
Signed-off-by: Phil Blundell <philb@gnu.org>
---
meta/recipes-devtools/gcc/gcc-4.6.inc | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/meta/recipes-devtools/gcc/gcc-4.6.inc b/meta/recipes-devtools/gcc/gcc-4.6.inc
index 56064b5..8af5369 100644
--- a/meta/recipes-devtools/gcc/gcc-4.6.inc
+++ b/meta/recipes-devtools/gcc/gcc-4.6.inc
@@ -1,6 +1,6 @@
require gcc-common.inc
-PR = "r8"
+PR = "r0"
# Third digit in PV should be incremented after a minor release
# happens from this branch on gcc e.g. currently its 4.6.0
@@ -8,7 +8,7 @@ PR = "r8"
# on branch then PV should be incremented to 4.6.1+svnr${SRCPV}
# to reflect that change
-PV = "4.6.0+svnr${SRCPV}"
+PV = "4.6.1+svnr${SRCPV}"
# BINV should be incremented after updating to a revision
# after a minor gcc release (e.g. 4.6.1 or 4.6.2) has been made
@@ -18,7 +18,7 @@ PV = "4.6.0+svnr${SRCPV}"
BINV = "4.6.1"
-SRCREV = 175150
+SRCREV = 175454
BRANCH = "gcc-4_6-branch"
FILESPATH = "${@base_set_filespath([ '${FILE_DIRNAME}/gcc-4.6' ], d)}"
--
1.7.4.1
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [PATCH] gcc-4.6: update to 4.6.1 release
2011-07-13 16:41 [PATCH] gcc-4.6: update to 4.6.1 release Phil Blundell
@ 2011-07-14 0:38 ` Kamble, Nitin A
2011-07-19 18:15 ` Saul Wold
1 sibling, 0 replies; 3+ messages in thread
From: Kamble, Nitin A @ 2011-07-14 0:38 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer
Has anybody tried building all arches with commit? If it has worked well then the upgrade to 4.6.1 is good. Otherwise it may affect too many people.
Thanks,
Nitin
> -----Original Message-----
> From: openembedded-core-bounces@lists.openembedded.org
> [mailto:openembedded-core-bounces@lists.openembedded.org] On Behalf Of
> Phil Blundell
> Sent: Wednesday, July 13, 2011 9:41 AM
> To: oe-core
> Subject: [OE-core] [PATCH] gcc-4.6: update to 4.6.1 release
>
> Set SRCREV to match the point at which 4.6.1 was released, update PV
> appropriately.
>
> Signed-off-by: Phil Blundell <philb@gnu.org>
> ---
> meta/recipes-devtools/gcc/gcc-4.6.inc | 6 +++---
> 1 files changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/meta/recipes-devtools/gcc/gcc-4.6.inc b/meta/recipes-
> devtools/gcc/gcc-4.6.inc
> index 56064b5..8af5369 100644
> --- a/meta/recipes-devtools/gcc/gcc-4.6.inc
> +++ b/meta/recipes-devtools/gcc/gcc-4.6.inc
> @@ -1,6 +1,6 @@
> require gcc-common.inc
>
> -PR = "r8"
> +PR = "r0"
>
> # Third digit in PV should be incremented after a minor release
> # happens from this branch on gcc e.g. currently its 4.6.0
> @@ -8,7 +8,7 @@ PR = "r8"
> # on branch then PV should be incremented to 4.6.1+svnr${SRCPV}
> # to reflect that change
>
> -PV = "4.6.0+svnr${SRCPV}"
> +PV = "4.6.1+svnr${SRCPV}"
>
> # BINV should be incremented after updating to a revision
> # after a minor gcc release (e.g. 4.6.1 or 4.6.2) has been made
> @@ -18,7 +18,7 @@ PV = "4.6.0+svnr${SRCPV}"
>
> BINV = "4.6.1"
>
> -SRCREV = 175150
> +SRCREV = 175454
> BRANCH = "gcc-4_6-branch"
> FILESPATH = "${@base_set_filespath([ '${FILE_DIRNAME}/gcc-4.6' ], d)}"
>
> --
> 1.7.4.1
>
>
>
>
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: [PATCH] gcc-4.6: update to 4.6.1 release
2011-07-13 16:41 [PATCH] gcc-4.6: update to 4.6.1 release Phil Blundell
2011-07-14 0:38 ` Kamble, Nitin A
@ 2011-07-19 18:15 ` Saul Wold
1 sibling, 0 replies; 3+ messages in thread
From: Saul Wold @ 2011-07-19 18:15 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer; +Cc: Phil Blundell
On 07/13/2011 09:41 AM, Phil Blundell wrote:
> Set SRCREV to match the point at which 4.6.1 was released, update PV appropriately.
>
> Signed-off-by: Phil Blundell<philb@gnu.org>
> ---
> meta/recipes-devtools/gcc/gcc-4.6.inc | 6 +++---
> 1 files changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/meta/recipes-devtools/gcc/gcc-4.6.inc b/meta/recipes-devtools/gcc/gcc-4.6.inc
> index 56064b5..8af5369 100644
> --- a/meta/recipes-devtools/gcc/gcc-4.6.inc
> +++ b/meta/recipes-devtools/gcc/gcc-4.6.inc
> @@ -1,6 +1,6 @@
> require gcc-common.inc
>
> -PR = "r8"
> +PR = "r0"
>
> # Third digit in PV should be incremented after a minor release
> # happens from this branch on gcc e.g. currently its 4.6.0
> @@ -8,7 +8,7 @@ PR = "r8"
> # on branch then PV should be incremented to 4.6.1+svnr${SRCPV}
> # to reflect that change
>
> -PV = "4.6.0+svnr${SRCPV}"
> +PV = "4.6.1+svnr${SRCPV}"
>
> # BINV should be incremented after updating to a revision
> # after a minor gcc release (e.g. 4.6.1 or 4.6.2) has been made
> @@ -18,7 +18,7 @@ PV = "4.6.0+svnr${SRCPV}"
>
> BINV = "4.6.1"
>
> -SRCREV = 175150
> +SRCREV = 175454
> BRANCH = "gcc-4_6-branch"
> FILESPATH = "${@base_set_filespath([ '${FILE_DIRNAME}/gcc-4.6' ], d)}"
>
Merged into oe-core
Thanks
Sau!
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-07-19 18:20 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-13 16:41 [PATCH] gcc-4.6: update to 4.6.1 release Phil Blundell
2011-07-14 0:38 ` Kamble, Nitin A
2011-07-19 18:15 ` Saul Wold
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox