git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ce58e57
)
gcc-4.5: BUMP INC_PR not BINV
author
Khem Raj
<raj.khem@gmail.com>
Thu, 1 Jul 2010 15:06:42 +0000
(08:06 -0700)
committer
Khem Raj
<raj.khem@gmail.com>
Thu, 1 Jul 2010 15:07:46 +0000
(08:07 -0700)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
recipes/gcc/gcc-4.5.inc
patch
|
blob
|
history
diff --git
a/recipes/gcc/gcc-4.5.inc
b/recipes/gcc/gcc-4.5.inc
index
b359efa
..
cdfab92
100644
(file)
--- 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 = "r
4
"
+INC_PR = "r
5
"
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}"