meta-toolchain: Add libgcc-dev package
authorRichard Purdie <richard@openedhand.com>
Tue, 19 Jun 2007 09:18:24 +0000 (09:18 +0000)
committerRichard Purdie <richard@openedhand.com>
Tue, 19 Jun 2007 09:18:24 +0000 (09:18 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1975 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/meta/meta-toolchain.bb

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