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_4.1.0.bb | |
parent | 648d28870c93d9c2660684e3c4a003d195095b30 (diff) |
gcc: replace non-functional block o'python with working overrides
Diffstat (limited to 'packages/gcc/gcc-cross_4.1.0.bb')
-rw-r--r-- | packages/gcc/gcc-cross_4.1.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/gcc/gcc-cross_4.1.0.bb b/packages/gcc/gcc-cross_4.1.0.bb index bfcfac2033..5719afb740 100644 --- a/packages/gcc/gcc-cross_4.1.0.bb +++ b/packages/gcc/gcc-cross_4.1.0.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 = "r3" +PR = "r4" DEPENDS = "virtual/${TARGET_PREFIX}binutils virtual/${TARGET_PREFIX}libc-for-gcc gmp-native mpfr-native" PROVIDES = "virtual/${TARGET_PREFIX}gcc virtual/${TARGET_PREFIX}g++" |