[oe-commits] [openembedded-core] 04/04: gcc 7.2 -> 7.3

git at git.openembedded.org git at git.openembedded.org
Fri Jan 26 13:19:09 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit dc9932916446ffaef8e30ab161477eab26fdfd64
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Fri Jan 26 13:18:03 2018 +0000

    gcc 7.2 -> 7.3
    
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-devtools/gcc/gcc-7.3.inc | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/meta/recipes-devtools/gcc/gcc-7.3.inc b/meta/recipes-devtools/gcc/gcc-7.3.inc
index 80cba2c..1ecb8a0 100644
--- a/meta/recipes-devtools/gcc/gcc-7.3.inc
+++ b/meta/recipes-devtools/gcc/gcc-7.3.inc
@@ -2,13 +2,13 @@ require gcc-common.inc
 
 # Third digit in PV should be incremented after a minor release
 
-PV = "7.2.1"
+PV = "7.3.0"
 
 # BINV should be incremented to a revision after a minor gcc release
 
-BINV = "7.2.1"
+BINV = "7.3.0"
 
-FILESEXTRAPATHS =. "${FILE_DIRNAME}/gcc-7.2:${FILE_DIRNAME}/gcc-7.2/backport:"
+FILESEXTRAPATHS =. "${FILE_DIRNAME}/gcc-7.3:${FILE_DIRNAME}/gcc-7.3/backport:"
 
 DEPENDS =+ "mpfr gmp libmpc zlib flex-native"
 NATIVEDEPS = "mpfr-native gmp-native libmpc-native zlib-native flex-native"
@@ -30,7 +30,7 @@ LIC_FILES_CHKSUM = "\
 #BASEURI ?= "http://mirrors.concertpass.com/gcc/snapshots/${RELEASE}/gcc-${RELEASE}.tar.bz2"
 
 BASEURI ?= "git://github.com/gcc-mirror/gcc;branch=gcc-7-branch;protocol=git"
-SRCREV = "598768d5c31e9fc9a39a7530782068d4bdcb0891"
+SRCREV = "87fb575328cc5d954b91672681aacfc383134b12"
 
 # file://0048-gcc-Enable-static-PIE.patch : see the commit f96152b2b6ff8419a06de446339e9e7abc955ba2 PR driver/81523: Make -static override -pie
 # https://patchwork.ozlabs.org/patch/792907/

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list