summaryrefslogtreecommitdiff
path: root/packages/gcc/gcc-cross_4.1.1.bb
diff options
context:
space:
mode:
authorFlorian Boor <florian.boor@kernelconcepts.de>2006-06-19 21:33:47 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-06-19 21:33:47 +0000
commitd8aaeca2ad195be3be0bde2ffccf371184d00a70 (patch)
treef8e2488cc3987338968661769699773654e13247 /packages/gcc/gcc-cross_4.1.1.bb
parenta92f4b1b919577821c18e65ea0a6ade1cfddc8a2 (diff)
parentcccc0c41c26272f9df82ddd32e58c1fd33a1aef2 (diff)
merge of 67ad681c17b58ee0ff1e672b4aa634ab523a9e11
and f964e908fbdc16f8a354efde04a6cd7a81ce0a6a
Diffstat (limited to 'packages/gcc/gcc-cross_4.1.1.bb')
-rw-r--r--packages/gcc/gcc-cross_4.1.1.bb2
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 ef21de5f01..19e37660b2 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 = "r3"
+PR = "r4"
DEPENDS = "virtual/${TARGET_PREFIX}binutils virtual/${TARGET_PREFIX}libc-for-gcc gmp-native mpfr-native"
PROVIDES = "virtual/${TARGET_PREFIX}gcc virtual/${TARGET_PREFIX}g++"