summaryrefslogtreecommitdiff
path: root/packages/gcc/gcc-cross_3.4.4.bb
diff options
context:
space:
mode:
authorJustin Patrin <papercrane@gmail.com>2005-08-11 22:56:38 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-08-11 22:56:38 +0000
commit98d59ca10310424f7b9e03188321251ff490291e (patch)
tree844d671cb356ef12f79357202217d0f17787e9fd /packages/gcc/gcc-cross_3.4.4.bb
parenta55bb1084356a8f5220c856c4221a9448ee55444 (diff)
parent216826630f56103c2d75c0c512c1978fa65079a3 (diff)
merge of a0401b9f09376ea2c7d6eb10ff1ccfb84ec7649c
and a0a93c4cb9609431f78a0188791c0cd9574687c9
Diffstat (limited to 'packages/gcc/gcc-cross_3.4.4.bb')
-rw-r--r--packages/gcc/gcc-cross_3.4.4.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/gcc/gcc-cross_3.4.4.bb b/packages/gcc/gcc-cross_3.4.4.bb
index b261db4c1f..c111ac00b7 100644
--- a/packages/gcc/gcc-cross_3.4.4.bb
+++ b/packages/gcc/gcc-cross_3.4.4.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 = "r0"
+PR = "r1"
DEPENDS = "virtual/${TARGET_PREFIX}binutils virtual/${TARGET_PREFIX}libc-for-gcc"
PROVIDES = "virtual/${TARGET_PREFIX}gcc virtual/${TARGET_PREFIX}g++"