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_4.1.2.bb | |
parent | 648d28870c93d9c2660684e3c4a003d195095b30 (diff) |
gcc: replace non-functional block o'python with working overrides
Diffstat (limited to 'packages/gcc/gcc_4.1.2.bb')
-rw-r--r-- | packages/gcc/gcc_4.1.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/gcc/gcc_4.1.2.bb b/packages/gcc/gcc_4.1.2.bb index 92db116555..e0801d3c7f 100644 --- a/packages/gcc/gcc_4.1.2.bb +++ b/packages/gcc/gcc_4.1.2.bb @@ -4,7 +4,7 @@ SECTION = "devel" LICENSE = "GPL" # NOTE: split PR. If the main .bb changes something that affects its *build* # remember to increment the -cross .bb PR too. -PR = "r9" +PR = "r10" inherit autotools gettext |