diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2008-03-14 09:52:08 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2008-03-14 09:52:08 +0000 |
commit | 50f201b6234bd8b62e4410e60940ff70a2605852 (patch) | |
tree | 98440d35c452819e953276adf2830879cf441fd3 /packages/gcc/gcc-cross_4.2.1.bb | |
parent | 5c378c487e256f1a11cffabf9403346a527704f3 (diff) | |
parent | 23f0dd84f22cf48a4a678022c546b2cd829df54d (diff) |
merge of '1baac115ff1ee3cfa594ac8bdb5a672342a18c6b'
and '81a7886604b6eb56e9b3e0e7e7a2032428d40826'
Diffstat (limited to 'packages/gcc/gcc-cross_4.2.1.bb')
-rw-r--r-- | packages/gcc/gcc-cross_4.2.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/gcc/gcc-cross_4.2.1.bb b/packages/gcc/gcc-cross_4.2.1.bb index 3ee8fbacc2..cd75138f0c 100644 --- a/packages/gcc/gcc-cross_4.2.1.bb +++ b/packages/gcc/gcc-cross_4.2.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 = "r11" +PR = "r12" DEPENDS = "virtual/${TARGET_PREFIX}binutils virtual/${TARGET_PREFIX}libc-for-gcc gmp-native mpfr-native" PROVIDES = "virtual/${TARGET_PREFIX}gcc virtual/${TARGET_PREFIX}g++" |