mirror of
https://git.yoctoproject.org/poky
synced 2026-04-23 00:32:12 +02:00
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:
@@ -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.*"
|
||||
|
||||
Reference in New Issue
Block a user