diff options
author | Koen Kooi <koen@openembedded.org> | 2007-08-27 11:06:54 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-08-27 11:06:54 +0000 |
commit | d19f966b037acf56964c24e527db5e3dad2f5fae (patch) | |
tree | a294fed58cbebb36009d4b5c044c9c94aa1e48b8 /packages/gcc/gcc-cross_4.2.1.bb | |
parent | f12bac9343c3825c4106c61ac57f30c3f539616c (diff) |
gcc 4.2.1: add extra patches for uclibc build
* uclibc still dislike 4.2.1, but it fails in a different place now
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 9025a98f3c..657e5afaca 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 = "r1" +PR = "r2" DEPENDS = "virtual/${TARGET_PREFIX}binutils virtual/${TARGET_PREFIX}libc-for-gcc gmp-native mpfr-native" PROVIDES = "virtual/${TARGET_PREFIX}gcc virtual/${TARGET_PREFIX}g++" |