summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-devtools/gcc/gcc-runtime.inc36
1 files changed, 4 insertions, 32 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-runtime.inc b/meta/recipes-devtools/gcc/gcc-runtime.inc
index d4cfe08052..572396d693 100644
--- a/meta/recipes-devtools/gcc/gcc-runtime.inc
+++ b/meta/recipes-devtools/gcc/gcc-runtime.inc
@@ -109,38 +109,10 @@ PACKAGES = "\
109 libitm-staticdev \ 109 libitm-staticdev \
110" 110"
111 111
112# Most libraries are licensed with the exception, but 112LICENSE_${PN}-dbg = "GPL-3.0-with-GCC-exception"
113# one library is really GPLv3. 113LICENSE_${PN} = "GPL-3.0-with-GCC-exception"
114# 114LICENSE_${PN}-dev = "GPL-3.0-with-GCC-exception"
115LICENSE_${PN}-dbg = "GPL-3.0-with-GCC-exception & GPLv3" 115LICENSE_${PN}-staticdev = "GPL-3.0-with-GCC-exception"
116LICENSE_libstdc++ = "GPL-3.0-with-GCC-exception"
117LICENSE_libstdc++-precompile-dev = "GPL-3.0-with-GCC-exception"
118LICENSE_libstdc++-dev = "GPL-3.0-with-GCC-exception"
119LICENSE_libstdc++-staticdev = "GPL-3.0-with-GCC-exception"
120LICENSE_libg2c = "GPL-3.0-with-GCC-exception"
121LICENSE_libg2c-dev = "GPL-3.0-with-GCC-exception"
122LICENSE_libssp = "GPL-3.0-with-GCC-exception"
123LICENSE_libssp-dev = "GPL-3.0-with-GCC-exception"
124LICENSE_libssp-staticdev = "GPL-3.0-with-GCC-exception"
125LICENSE_libgfortran = "GPL-3.0-with-GCC-exception"
126LICENSE_libgfortran-dev = "GPL-3.0-with-GCC-exception"
127LICENSE_libgfortran-staticdev = "GPL-3.0-with-GCC-exception"
128LICENSE_libmudflap = "GPL-3.0-with-GCC-exception"
129LICENSE_libmudflap-dev = "GPL-3.0-with-GCC-exception"
130LICENSE_libmudflap-staticdev = "GPL-3.0-with-GCC-exception"
131LICENSE_libquadmath = "GPL-3.0-with-GCC-exception"
132LICENSE_libquadmath-dev = "GPL-3.0-with-GCC-exception"
133LICENSE_libquadmath-staticdev = "GPL-3.0-with-GCC-exception"
134LICENSE_libatomic = "GPL-3.0-with-GCC-exception"
135LICENSE_libatomic-dev = "GPL-3.0-with-GCC-exception"
136LICENSE_libatomic-staticdev = "GPL-3.0-with-GCC-exception"
137LICENSE_libitm = "GPL-3.0-with-GCC-exception"
138LICENSE_libitm-dev = "GPL-3.0-with-GCC-exception"
139LICENSE_libitm-staticdev = "GPL-3.0-with-GCC-exception"
140
141LICENSE_libgomp = "GPLv3"
142LICENSE_libgomp-dev = "GPLv3"
143LICENSE_libgomp-staticdev = "GPLv3"
144 116
145# The base package doesn't exist, so we clear the recommends. 117# The base package doesn't exist, so we clear the recommends.
146RRECOMMENDS_${PN}-dbg = "" 118RRECOMMENDS_${PN}-dbg = ""