summaryrefslogtreecommitdiff
path: root/packages/gcc/gcc-cross_3.4.4.bb
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2006-10-03 10:22:39 +0000
committerMarcin Juszkiewicz <hrw@openembedded.org>2006-10-03 10:22:39 +0000
commite2ebd6eb9c73c53e84e97208ad59ccc98f6a43b8 (patch)
treecfb855095b169b9f4d78488c71f5196eb2e9f83b /packages/gcc/gcc-cross_3.4.4.bb
parenta234f638d0c3f43426484ba9e87729df33780ff1 (diff)
gcc-cross: package libgcc-dev (named libgcc-s-dev :(
applied changes from 515587ac4598d7ab78bd946632a31cf94fa79bf8 (.oz354x) through 33d804e082e0702e05818192cfab8a8610605d88
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 ef679365e1..316d06753a 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 = "r3"
+PR = "r4"
DEPENDS = "virtual/${TARGET_PREFIX}binutils virtual/${TARGET_PREFIX}libc-for-gcc"
PROVIDES = "virtual/${TARGET_PREFIX}gcc virtual/${TARGET_PREFIX}g++"