diff options
author | Khem Raj <raj.khem@gmail.com> | 2010-07-01 08:06:42 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2010-07-01 08:07:46 -0700 |
commit | 77211ccab1822696b1482b5c56492232a1439d78 (patch) | |
tree | 44a0865dfaa9dfc0befa5216586d86788728408f /recipes | |
parent | ce58e573b31aae940f70ff5d9da52328a47f1a8e (diff) |
gcc-4.5: BUMP INC_PR not BINV
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/gcc/gcc-4.5.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/gcc/gcc-4.5.inc b/recipes/gcc/gcc-4.5.inc index b359efa543..cdfab92262 100644 --- a/recipes/gcc/gcc-4.5.inc +++ b/recipes/gcc/gcc-4.5.inc @@ -8,7 +8,7 @@ DEPENDS = "mpfr gmp libmpc libelf" NATIVEDEPS = "mpfr-native gmp-native libmpc-native" -INC_PR = "r4" +INC_PR = "r5" SRCREV = "161450" PV = "4.5" @@ -18,7 +18,7 @@ PV = "4.5" # 4.5.1 then the value below will be 2 which will mean 4.5.2 # which will be next minor release and so on. -BINV = "${PV}.2" +BINV = "${PV}.1" BRANCH = "gcc-4_5-branch" PR_append = "+svnr${SRCPV}" |