summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2007-06-19 09:18:24 +0000
committerRichard Purdie <richard@openedhand.com>2007-06-19 09:18:24 +0000
commit91c69955d5f9af240035e02f8ebe94bcec116fb6 (patch)
tree69110dae06f49df65608a16956c43ecec7383a83 /meta
parent9f594e2d33d807b27e4bfbc00a0624d67f129169 (diff)
downloadpoky-91c69955d5f9af240035e02f8ebe94bcec116fb6.tar.gz
meta-toolchain: Add libgcc-dev package
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1975 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta')
-rw-r--r--meta/packages/meta/meta-toolchain.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/packages/meta/meta-toolchain.bb b/meta/packages/meta/meta-toolchain.bb
index 1c5f40235e..391adc4114 100644
--- a/meta/packages/meta/meta-toolchain.bb
+++ b/meta/packages/meta/meta-toolchain.bb
@@ -1,7 +1,7 @@
1DESCRIPTION = "Meta package for building a installable toolchain" 1DESCRIPTION = "Meta package for building a installable toolchain"
2LICENSE = "MIT" 2LICENSE = "MIT"
3DEPENDS = "ipkg-native ipkg-utils-native fakeroot-native sed-native" 3DEPENDS = "ipkg-native ipkg-utils-native fakeroot-native sed-native"
4PR = "r2" 4PR = "r3"
5 5
6inherit sdk 6inherit sdk
7 7
@@ -23,6 +23,7 @@ HOST_INSTALL = "\
23 g++ \ 23 g++ \
24 cpp \ 24 cpp \
25 libgcc \ 25 libgcc \
26 libgcc-dev \
26 libstdc++ \ 27 libstdc++ \
27 libstdc++-dev \ 28 libstdc++-dev \
28 gdb-cross \ 29 gdb-cross \