diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2008-02-28 11:18:34 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2008-02-28 11:18:34 +0000 |
commit | f5b0cc9973d24a6e6bb9981a5ba16cf57095d1d3 (patch) | |
tree | 76334941e8a143411bf13951187cf2c8c0688c7d /packages/gcc/gcc-cross_4.0.2.bb | |
parent | 0108e4109915cb8bb54212fc1a2985b81af4f7d5 (diff) | |
parent | a6aca0c99ea61a1cee31657bef1017d824e24c82 (diff) |
merge of '17c778274717898b377338f8552576cb4fd350eb'
and '662ae9dafb4c25857c0afa36b3303e10fdd8cea6'
Diffstat (limited to 'packages/gcc/gcc-cross_4.0.2.bb')
-rw-r--r-- | packages/gcc/gcc-cross_4.0.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/gcc/gcc-cross_4.0.2.bb b/packages/gcc/gcc-cross_4.0.2.bb index 44ceb4f4ca..5b1ff0bd97 100644 --- a/packages/gcc/gcc-cross_4.0.2.bb +++ b/packages/gcc/gcc-cross_4.0.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 = "r9" +PR = "r10" DEPENDS = "virtual/${TARGET_PREFIX}binutils virtual/${TARGET_PREFIX}libc-for-gcc gmp-native mpfr-native" PROVIDES = "virtual/${TARGET_PREFIX}gcc virtual/${TARGET_PREFIX}g++" |