summaryrefslogtreecommitdiff
path: root/packages/gcc/gcc-cross_4.1.2.bb
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2007-12-03 19:44:05 +0000
committerMichael Lauer <mickey@vanille-media.de>2007-12-03 19:44:05 +0000
commit4dc92f941e3afe632a0f08909713a0279ef9d2d5 (patch)
treefa4f4c3fdf0c926d4e0bcbf1c808b6f13519c9ca /packages/gcc/gcc-cross_4.1.2.bb
parenta59628bb28f80da4e0e9c1dbd17b851ce4146a17 (diff)
parent899350269f90ab3a4bd66136b1c351d43683bafd (diff)
merge of '49fb48a813e1e0d599f74dd7a809922ab71939b1'
and '6fe2cd0b60b675a1e3118d25934adb4693f3b8ed'
Diffstat (limited to 'packages/gcc/gcc-cross_4.1.2.bb')
-rw-r--r--packages/gcc/gcc-cross_4.1.2.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/gcc/gcc-cross_4.1.2.bb b/packages/gcc/gcc-cross_4.1.2.bb
index f7a00d8afc..0f63487f2c 100644
--- a/packages/gcc/gcc-cross_4.1.2.bb
+++ b/packages/gcc/gcc-cross_4.1.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 .bb changes something that affects its *build*
# remember to increment this one too.
-PR = "r12"
+PR = "r13"
DEPENDS = "virtual/${TARGET_PREFIX}binutils virtual/${TARGET_PREFIX}libc-for-gcc gmp-native mpfr-native"
PROVIDES = "virtual/${TARGET_PREFIX}gcc virtual/${TARGET_PREFIX}g++"