aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gcc/gcc-cross_4.2.2.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2007-12-03 15:32:37 +0000
committerKoen Kooi <koen@openembedded.org>2007-12-03 15:32:37 +0000
commit065116d010db4398f62a95fd9944704d12399856 (patch)
tree0f27b29ae1c0b53ba69636955fa08a3c0c7d5aeb /packages/gcc/gcc-cross_4.2.2.bb
parent648d28870c93d9c2660684e3c4a003d195095b30 (diff)
downloadopenembedded-065116d010db4398f62a95fd9944704d12399856.tar.gz
gcc: replace non-functional block o'python with working overrides
Diffstat (limited to 'packages/gcc/gcc-cross_4.2.2.bb')
-rw-r--r--packages/gcc/gcc-cross_4.2.2.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/gcc/gcc-cross_4.2.2.bb b/packages/gcc/gcc-cross_4.2.2.bb
index 9a591e8899..ec169072af 100644
--- a/packages/gcc/gcc-cross_4.2.2.bb
+++ b/packages/gcc/gcc-cross_4.2.2.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 = "r1"
+PR = "r2"
DEPENDS = "virtual/${TARGET_PREFIX}binutils virtual/${TARGET_PREFIX}libc-for-gcc gmp-native mpfr-native"
PROVIDES = "virtual/${TARGET_PREFIX}gcc virtual/${TARGET_PREFIX}g++"