diff options
author | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2007-03-21 23:22:30 +0000 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2007-03-21 23:22:30 +0000 |
commit | aae9de2a89a3b6464ba893df30e711b574aa1467 (patch) | |
tree | 1097aac5849b0d58bf0b8c290d7cfba421d92bcf /packages/gcc/gcc-cross_4.1.1.bb | |
parent | a0c00ff8342e3b41f3feb60b3710665ea7879546 (diff) | |
parent | df30e95c8af93e2fafac7cc7bca7ef0f4c27e035 (diff) |
merge of '6c7f9afdafc67f5e5a8263301ca0cfce430be173'
and '8ee01e7aef977a6c51cf71b7d11f65f42e0dc413'
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 42e9d151b1..67dbc83940 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 = "r11" +PR = "r12" DEPENDS = "virtual/${TARGET_PREFIX}binutils virtual/${TARGET_PREFIX}libc-for-gcc gmp-native mpfr-native" PROVIDES = "virtual/${TARGET_PREFIX}gcc virtual/${TARGET_PREFIX}g++" |