diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2007-09-23 00:38:29 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2007-09-23 00:38:29 +0000 |
commit | efa3492c6eaa112592e4d835310cf6d18a849eae (patch) | |
tree | 576432fcac54aaa5a49102e1229d979ddf2c0ee9 /packages/gcc/gcc-cross_4.2.1.bb | |
parent | 1c259e381f897d199abc66f6237aeb8542779468 (diff) | |
parent | e08f51149bd655e670114418f1f873d93d938fd2 (diff) |
merge of '68c1dba00e182241b1e887487fb3c8271f9c0d01'
and '954ad99909199c0ef7c0d21819dce8c20cf40c64'
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 a9e4a0ddc2..003fd9e79e 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 = "r4" +PR = "r6" DEPENDS = "virtual/${TARGET_PREFIX}binutils virtual/${TARGET_PREFIX}libc-for-gcc gmp-native mpfr-native" PROVIDES = "virtual/${TARGET_PREFIX}gcc virtual/${TARGET_PREFIX}g++" |