summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-devtools/gcc/gcc-runtime.inc9
1 files changed, 4 insertions, 5 deletions
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 @@
1require gcc-configure-common.inc 1require gcc-configure-common.inc
2 2
3# Over-ride the LICENSE set by gcc-${PV}.inc to remove "& GPLv3"
4# All gcc-runtime packages are now covered by the runtime exception.
5LICENSE = "GPL-3.0-with-GCC-exception"
6
3CXXFLAGS_remove = "-fvisibility-inlines-hidden" 7CXXFLAGS_remove = "-fvisibility-inlines-hidden"
4 8
5EXTRA_OECONF_PATHS = "\ 9EXTRA_OECONF_PATHS = "\
@@ -109,11 +113,6 @@ PACKAGES = "\
109 libitm-staticdev \ 113 libitm-staticdev \
110" 114"
111 115
112LICENSE_${PN}-dbg = "GPL-3.0-with-GCC-exception"
113LICENSE_${PN} = "GPL-3.0-with-GCC-exception"
114LICENSE_${PN}-dev = "GPL-3.0-with-GCC-exception"
115LICENSE_${PN}-staticdev = "GPL-3.0-with-GCC-exception"
116
117# The base package doesn't exist, so we clear the recommends. 116# The base package doesn't exist, so we clear the recommends.
118RRECOMMENDS_${PN}-dbg = "" 117RRECOMMENDS_${PN}-dbg = ""
119 118