aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gcc/gcc-cross_4.0.0.bb
diff options
context:
space:
mode:
authornslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net>2005-06-10 16:40:11 +0000
committernslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net>2005-06-10 16:40:11 +0000
commit4f222d699759ba321d6db20aab503ab73c91854f (patch)
treeae1977af423464900e35238f1b619a35ad8f177c /packages/gcc/gcc-cross_4.0.0.bb
parentad68fd1b19ecba85e2b75560ad46d7690a9e8bb7 (diff)
downloadopenembedded-4f222d699759ba321d6db20aab503ab73c91854f.tar.gz
Merge bk://oe-devel.bkbits.net/openembedded
into bkbits.net:/repos/n/nslu2-linux/openembedded 2005/06/10 17:26:37+01:00 reciva.com!pb Merge bk://oe-devel@openembedded-devel.bkbits.net/openembedded into mill.internal.reciva.com:/nexus/home/pb/oe/oe 2005/06/10 17:20:29+01:00 reciva.com!pb add LDFLAGS patch to fix problem with f951 2005/06/10 17:57:11+02:00 utwente.nl!koen Merge bk://oe-devel@oe-devel.bkbits.net/openembedded into bitbake.utwente.nl:/home/koen/OE/openembedded 2005/06/10 17:56:56+02:00 utwente.nl!koen sapwood_1.20-1.bb: add patch, courtesy Florian Boor BKrev: 42a9c26bg7BdAnbDPEdLbrpjmhD2fA
Diffstat (limited to 'packages/gcc/gcc-cross_4.0.0.bb')
-rw-r--r--packages/gcc/gcc-cross_4.0.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/gcc/gcc-cross_4.0.0.bb b/packages/gcc/gcc-cross_4.0.0.bb
index 7c2c04a7c1..6e299e8299 100644
--- a/packages/gcc/gcc-cross_4.0.0.bb
+++ b/packages/gcc/gcc-cross_4.0.0.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 gmp-native mpfr-native"
PROVIDES = "virtual/${TARGET_PREFIX}gcc virtual/${TARGET_PREFIX}g++"