diff --git a/meta/recipes-devtools/gcc/gcc-runtime.inc b/meta/recipes-devtools/gcc/gcc-runtime.inc index 572396d693..8639c1c49e 100644 --- a/meta/recipes-devtools/gcc/gcc-runtime.inc +++ b/meta/recipes-devtools/gcc/gcc-runtime.inc @@ -1,5 +1,9 @@ require gcc-configure-common.inc +# Over-ride the LICENSE set by gcc-${PV}.inc to remove "& GPLv3" +# All gcc-runtime packages are now covered by the runtime exception. +LICENSE = "GPL-3.0-with-GCC-exception" + CXXFLAGS_remove = "-fvisibility-inlines-hidden" EXTRA_OECONF_PATHS = "\ @@ -109,11 +113,6 @@ PACKAGES = "\ libitm-staticdev \ " -LICENSE_${PN}-dbg = "GPL-3.0-with-GCC-exception" -LICENSE_${PN} = "GPL-3.0-with-GCC-exception" -LICENSE_${PN}-dev = "GPL-3.0-with-GCC-exception" -LICENSE_${PN}-staticdev = "GPL-3.0-with-GCC-exception" - # The base package doesn't exist, so we clear the recommends. RRECOMMENDS_${PN}-dbg = ""