diff options
author | Richard Purdie <richard@openedhand.com> | 2006-12-20 13:38:24 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2006-12-20 13:38:24 +0000 |
commit | 1a4a231d88294f895ab6488508c93bed595edd3c (patch) | |
tree | 7638f481b1d95f03d313831727e0df880623386e /meta/packages/gcc/gcc-cross_4.1.1.bb | |
parent | 1292db8782c761fef640b09eef22bcef505985cb (diff) | |
download | poky-1a4a231d88294f895ab6488508c93bed595edd3c.tar.gz |
gcc4: Sync with OE.dev
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1063 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/gcc/gcc-cross_4.1.1.bb')
-rw-r--r-- | meta/packages/gcc/gcc-cross_4.1.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/gcc/gcc-cross_4.1.1.bb b/meta/packages/gcc/gcc-cross_4.1.1.bb index 4c530175f3..5721dee50b 100644 --- a/meta/packages/gcc/gcc-cross_4.1.1.bb +++ b/meta/packages/gcc/gcc-cross_4.1.1.bb | |||
@@ -5,7 +5,7 @@ inherit cross | |||
5 | FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/gcc-${PV}" | 5 | FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/gcc-${PV}" |
6 | # NOTE: split PR. If the main .oe changes something that affects its *build* | 6 | # NOTE: split PR. If the main .oe changes something that affects its *build* |
7 | # remember to increment this one too. | 7 | # remember to increment this one too. |
8 | PR = "r6" | 8 | PR = "r9" |
9 | 9 | ||
10 | DEPENDS = "virtual/${TARGET_PREFIX}binutils virtual/${TARGET_PREFIX}libc-for-gcc gmp-native mpfr-native" | 10 | DEPENDS = "virtual/${TARGET_PREFIX}binutils virtual/${TARGET_PREFIX}libc-for-gcc gmp-native mpfr-native" |
11 | PROVIDES = "virtual/${TARGET_PREFIX}gcc virtual/${TARGET_PREFIX}g++" | 11 | PROVIDES = "virtual/${TARGET_PREFIX}gcc virtual/${TARGET_PREFIX}g++" |