summaryrefslogtreecommitdiff
path: root/packages/gcc
diff options
context:
space:
mode:
authorStelios Koroneos <skoroneos@digital-opsis.com>2007-03-19 09:09:23 +0000
committerStelios Koroneos <skoroneos@digital-opsis.com>2007-03-19 09:09:23 +0000
commit68817643afee7a51ceb5a71625b140326824dd43 (patch)
tree1bbd0b10034313352b0bc6b9d3e92088e4a5de55 /packages/gcc
parent567e456cf4ddb785f896102eeb985bf93f71e0e9 (diff)
packages/gcc/gcc-cross_4.1.1.bb: Bump PR
Diffstat (limited to 'packages/gcc')
-rw-r--r--packages/gcc/gcc-cross_4.1.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/gcc/gcc-cross_4.1.1.bb b/packages/gcc/gcc-cross_4.1.1.bb
index 42e9d151b1..67dbc83940 100644
--- a/packages/gcc/gcc-cross_4.1.1.bb
+++ b/packages/gcc/gcc-cross_4.1.1.bb
@@ -5,7 +5,7 @@ inherit cross
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/gcc-${PV}"
# NOTE: split PR. If the main .oe changes something that affects its *build*
# remember to increment this one too.
-PR = "r11"
+PR = "r12"
DEPENDS = "virtual/${TARGET_PREFIX}binutils virtual/${TARGET_PREFIX}libc-for-gcc gmp-native mpfr-native"
PROVIDES = "virtual/${TARGET_PREFIX}gcc virtual/${TARGET_PREFIX}g++"