diff options
author | Michael Lauer <mickey@vanille-media.de> | 2007-08-28 01:25:15 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2007-08-28 01:25:15 +0000 |
commit | 446ce329e2b6d14f48efe4dcf3cd78234bc2e0fc (patch) | |
tree | 412a37134e920756a9ed102e89210b67f8f3f456 /packages/gcc/gcc-cross_4.2.1.bb | |
parent | 3386c0687879290cb80b29a9fd39754f533ddb14 (diff) | |
parent | 5522ece8da310438a9c65aeaa50b86f161540f46 (diff) |
merge of '7c5d468e4126d275fd4f17ccdc3a160b3e0b09a5'
and '9e3f287c579cb592207f2e225ab8735174982867'
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++" |