diff options
author | Koen Kooi <koen@openembedded.org> | 2007-10-01 12:33:20 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-10-01 12:33:20 +0000 |
commit | c6a46d9fc00dccc78b3543ee6c5b62f856bc4c86 (patch) | |
tree | fa46636f8c4430d89af0ff3559a98d42345bd07c /packages/gcc/gcc-cross_4.1.1.bb | |
parent | 5aaaaa5942b4a928a34bf3804a3cf8cc302be4f8 (diff) | |
parent | 0758358b14b63d166784e5163682f9dc72b49a0e (diff) |
merge of 'e7fcaa386e6ece8257005e7222964138b4ee8773'
and 'f68cd62e66ec1f6d24dc3d4588abbc23993878da'
Diffstat (limited to 'packages/gcc/gcc-cross_4.1.1.bb')
-rw-r--r-- | packages/gcc/gcc-cross_4.1.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/gcc/gcc-cross_4.1.1.bb b/packages/gcc/gcc-cross_4.1.1.bb index b9267f7973..1d801761d1 100644 --- a/packages/gcc/gcc-cross_4.1.1.bb +++ b/packages/gcc/gcc-cross_4.1.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 = "r13" +PR = "r14" DEPENDS = "virtual/${TARGET_PREFIX}binutils virtual/${TARGET_PREFIX}libc-for-gcc gmp-native mpfr-native" PROVIDES = "virtual/${TARGET_PREFIX}gcc virtual/${TARGET_PREFIX}g++" |