diff options
author | Derek Young <dyoung@nslu2-linux.org> | 2008-02-29 05:23:29 +0000 |
---|---|---|
committer | Derek Young <dyoung@nslu2-linux.org> | 2008-02-29 05:23:29 +0000 |
commit | 58774a22204d4e4edb46e9473876f68fe43c6209 (patch) | |
tree | 7d0c1ebd26efdb1260f1c1cd220872d21bcbd5e5 /packages/gcc | |
parent | eae4302b595419382bd989df650c90b575f01312 (diff) |
gcc-cross_4.2.2 -> resynchronize PR to match recently modified gcc_4.2.2
Diffstat (limited to 'packages/gcc')
-rw-r--r-- | packages/gcc/gcc-cross_4.2.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/gcc/gcc-cross_4.2.2.bb b/packages/gcc/gcc-cross_4.2.2.bb index d63d055bc7..c461245ec5 100644 --- a/packages/gcc/gcc-cross_4.2.2.bb +++ b/packages/gcc/gcc-cross_4.2.2.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 = "r5" DEPENDS = "virtual/${TARGET_PREFIX}binutils virtual/${TARGET_PREFIX}libc-for-gcc gmp-native mpfr-native" PROVIDES = "virtual/${TARGET_PREFIX}gcc virtual/${TARGET_PREFIX}g++" |