meta-toolchain: Add libgcc-dev package

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1975 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie 2007-06-19 09:18:24 +00:00
parent 9f594e2d33
commit 91c69955d5
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,7 @@
DESCRIPTION = "Meta package for building a installable toolchain" DESCRIPTION = "Meta package for building a installable toolchain"
LICENSE = "MIT" LICENSE = "MIT"
DEPENDS = "ipkg-native ipkg-utils-native fakeroot-native sed-native" DEPENDS = "ipkg-native ipkg-utils-native fakeroot-native sed-native"
PR = "r2" PR = "r3"
inherit sdk inherit sdk
@ -23,6 +23,7 @@ HOST_INSTALL = "\
g++ \ g++ \
cpp \ cpp \
libgcc \ libgcc \
libgcc-dev \
libstdc++ \ libstdc++ \
libstdc++-dev \ libstdc++-dev \
gdb-cross \ gdb-cross \