summaryrefslogtreecommitdiff
path: root/packages/gcc/gcc-cross_4.1.1.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2007-03-01 20:39:37 +0000
committerKoen Kooi <koen@openembedded.org>2007-03-01 20:39:37 +0000
commit4e41d9dd01996b7a1f49a8b33c85d68888595e9b (patch)
treed89d2e90a81c8f7b8ef9570791113bb9d5e19006 /packages/gcc/gcc-cross_4.1.1.bb
parent3338e8be8a499430aab445cce5fc42ecad941f23 (diff)
parent535f336152c3f10bffaa52e2526ff4cda299e44a (diff)
merge of '224b10a52b5c05999e18cb7bfe86f5706f939f89'
and '8b2e0e9b5ba615d4e80a7932813416e9775c6be9'
Diffstat (limited to 'packages/gcc/gcc-cross_4.1.1.bb')
-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 f69ab5c8b3..42e9d151b1 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 = "r10"
+PR = "r11"
DEPENDS = "virtual/${TARGET_PREFIX}binutils virtual/${TARGET_PREFIX}libc-for-gcc gmp-native mpfr-native"
PROVIDES = "virtual/${TARGET_PREFIX}gcc virtual/${TARGET_PREFIX}g++"