diff options
author | Koen Kooi <koen@openembedded.org> | 2007-12-03 15:32:37 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-12-03 15:32:37 +0000 |
commit | 065116d010db4398f62a95fd9944704d12399856 (patch) | |
tree | 0f27b29ae1c0b53ba69636955fa08a3c0c7d5aeb /packages/gcc/gcc-cross_3.3.4.bb | |
parent | 648d28870c93d9c2660684e3c4a003d195095b30 (diff) |
gcc: replace non-functional block o'python with working overrides
Diffstat (limited to 'packages/gcc/gcc-cross_3.3.4.bb')
-rw-r--r-- | packages/gcc/gcc-cross_3.3.4.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/gcc/gcc-cross_3.3.4.bb b/packages/gcc/gcc-cross_3.3.4.bb index 34e111ee45..7cee36d66c 100644 --- a/packages/gcc/gcc-cross_3.3.4.bb +++ b/packages/gcc/gcc-cross_3.3.4.bb @@ -4,7 +4,7 @@ require gcc-paths-cross.inc inherit cross FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/gcc-${PV}" -PR="r5" +PR="r6" DEPENDS = "virtual/${TARGET_PREFIX}binutils virtual/${TARGET_PREFIX}libc-for-gcc" PROVIDES = "virtual/${TARGET_PREFIX}gcc virtual/${TARGET_PREFIX}g++" |