]> code.ossystems Code Review - openembedded-core.git/commitdiff
gcc-cross: package libstdc++-dev
authorRichard Purdie <richard@openedhand.com>
Sun, 25 Nov 2007 23:17:52 +0000 (23:17 +0000)
committerRichard Purdie <richard@openedhand.com>
Sun, 25 Nov 2007 23:17:52 +0000 (23:17 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3236 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/gcc/gcc-package-cross.inc

index a7a49081205532d80d8cc77c007759b084146db9..75bbcfe48cdff4e25d1a5109734bd61e5ec8f666 100644 (file)
@@ -6,7 +6,7 @@ HAS_GFORTRAN ?= "no"
 OLD_INHIBIT_PACKAGE_STRIP := "${INHIBIT_PACKAGE_STRIP}"
 INHIBIT_PACKAGE_STRIP = "1"
 
-PACKAGES = "libgcc libgcc-dev libstdc++ libg2c libg2c-dev libgfortran libgfortran-dev"
+PACKAGES = "libgcc libgcc-dev libstdc++ libstdc++-dev libg2c libg2c-dev libgfortran libgfortran-dev"
 
 # Called from within gcc-cross, so libdir is set wrong
 FILES_libg2c = "${target_libdir}/libg2c.so.*"