mirror of
https://git.yoctoproject.org/poky
synced 2026-09-14 12:49:34 +02:00
gcc-4.7: Update to tip of gcc-4_7-branch since 4.7.1 has been out
(From OE-Core rev: 7986e424995a4119b45a09767dc5100a5cdb5161) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -3,12 +3,12 @@ require gcc-common.inc
|
|||||||
PR = "r2"
|
PR = "r2"
|
||||||
|
|
||||||
# Third digit in PV should be incremented after a minor release
|
# Third digit in PV should be incremented after a minor release
|
||||||
# happens from this branch on gcc e.g. currently its 4.7.0
|
# happens from this branch on gcc e.g. currently its 4.7.1
|
||||||
# when 4.7.1 is releases and we bump SRCREV beyond the release
|
# when 4.7.2 is releases and we bump SRCREV beyond the release
|
||||||
# on branch then PV should be incremented to 4.7.1+svnr${SRCPV}
|
# on branch then PV should be incremented to 4.7.2+svnr${SRCPV}
|
||||||
# to reflect that change
|
# to reflect that change
|
||||||
|
|
||||||
PV = "4.7.0+svnr${SRCPV}"
|
PV = "4.7.1+svnr${SRCPV}"
|
||||||
|
|
||||||
# BINV should be incremented after updating to a revision
|
# BINV should be incremented after updating to a revision
|
||||||
# after a minor gcc release (e.g. 4.7.1 or 4.7.2) has been made
|
# after a minor gcc release (e.g. 4.7.1 or 4.7.2) has been made
|
||||||
@@ -16,9 +16,9 @@ PV = "4.7.0+svnr${SRCPV}"
|
|||||||
# 4.7.1 then the value below will have 2 which will mean 4.7.2
|
# 4.7.1 then the value below will have 2 which will mean 4.7.2
|
||||||
# which will be next minor release and so on.
|
# which will be next minor release and so on.
|
||||||
|
|
||||||
BINV = "4.7.1"
|
BINV = "4.7.2"
|
||||||
|
|
||||||
SRCREV = "186651"
|
SRCREV = "188658"
|
||||||
BRANCH = "gcc-4_7-branch"
|
BRANCH = "gcc-4_7-branch"
|
||||||
FILESPATH = "${@base_set_filespath([ '${FILE_DIRNAME}/gcc-4.7' ], d)}"
|
FILESPATH = "${@base_set_filespath([ '${FILE_DIRNAME}/gcc-4.7' ], d)}"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user