gcc-cross: do not generate *-dev packages as they are broken (proper ones are generated by gcc recipe)

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3967 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Marcin Juszkiewicz 2008-03-06 14:13:04 +00:00
parent e67be26819
commit e786d90fad
1 changed files with 2 additions and 1 deletions

View File

@ -6,7 +6,8 @@ HAS_GFORTRAN ?= "no"
OLD_INHIBIT_PACKAGE_STRIP := "${INHIBIT_PACKAGE_STRIP}"
INHIBIT_PACKAGE_STRIP = "1"
PACKAGES = "libgcc libgcc-dev libstdc++ libstdc++-dev libg2c libg2c-dev libgfortran libgfortran-dev"
# Do not generate *-dev packages as they are generated by 'gcc' recipe
PACKAGES = "libgcc libstdc++ libg2c libgfortran"
# Called from within gcc-cross, so libdir is set wrong
FILES_libg2c = "${target_libdir}/libg2c.so.*"