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:
8d1f74b
)
gcc-4.1.2: Switch to INC_PR
author
Tom Rini
<trini@embeddedalley.com>
Fri, 19 Jun 2009 23:47:34 +0000
(19:47 -0400)
committer
Tom Rini
<trini@embeddedalley.com>
Fri, 19 Jun 2009 23:47:34 +0000
(19:47 -0400)
recipes/gcc/gcc-4.1.2.inc
patch
|
blob
|
history
recipes/gcc/gcc-cross-sdk_4.1.2.bb
patch
|
blob
|
history
recipes/gcc/gcc-cross_4.1.2.bb
patch
|
blob
|
history
recipes/gcc/gcc_4.1.2.bb
patch
|
blob
|
history
diff --git
a/recipes/gcc/gcc-4.1.2.inc
b/recipes/gcc/gcc-4.1.2.inc
index
ed4e3c4
..
2eaa133
100644
(file)
--- a/
recipes/gcc/gcc-4.1.2.inc
+++ b/
recipes/gcc/gcc-4.1.2.inc
@@
-2,6
+2,8
@@
require gcc-common.inc
DEPENDS = "mpfr gmp"
+INC_PR = "r20"
+
SRC_URI = "${GNU_MIRROR}/gcc/gcc-${PV}/gcc-${PV}.tar.bz2 \
file://100-uclibc-conf.patch;patch=1 \
file://110-arm-eabi.patch;patch=1 \
diff --git
a/recipes/gcc/gcc-cross-sdk_4.1.2.bb
b/recipes/gcc/gcc-cross-sdk_4.1.2.bb
index
7bc2480
..
9a9eb8c
100644
(file)
--- a/
recipes/gcc/gcc-cross-sdk_4.1.2.bb
+++ b/
recipes/gcc/gcc-cross-sdk_4.1.2.bb
@@
-1,4
+1,4
@@
-PR = "
r10
"
+PR = "
${INC_PR}.1
"
require gcc-${PV}.inc
require gcc-cross-sdk.inc
diff --git
a/recipes/gcc/gcc-cross_4.1.2.bb
b/recipes/gcc/gcc-cross_4.1.2.bb
index
2effd3e
..
85f90b3
100644
(file)
--- a/
recipes/gcc/gcc-cross_4.1.2.bb
+++ b/
recipes/gcc/gcc-cross_4.1.2.bb
@@
-1,4
+1,4
@@
-PR = "
r20
"
+PR = "
${INC_PR}.1
"
require gcc-${PV}.inc
require gcc-cross4.inc
diff --git
a/recipes/gcc/gcc_4.1.2.bb
b/recipes/gcc/gcc_4.1.2.bb
index
711aa35
..
22465d5
100644
(file)
--- a/
recipes/gcc/gcc_4.1.2.bb
+++ b/
recipes/gcc/gcc_4.1.2.bb
@@
-1,4
+1,4
@@
-PR = "
r15
"
+PR = "
${INC_PR}.1
"
require gcc-${PV}.inc
require gcc-configure-target.inc