diff options
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-runtime.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-runtime.inc b/meta/recipes-devtools/gcc/gcc-runtime.inc index 312103c3ce..bb51f11e4f 100644 --- a/meta/recipes-devtools/gcc/gcc-runtime.inc +++ b/meta/recipes-devtools/gcc/gcc-runtime.inc | |||
@@ -137,9 +137,9 @@ LICENSE_libitm = "GPL-3.0-with-GCC-exception" | |||
137 | LICENSE_libitm-dev = "GPL-3.0-with-GCC-exception" | 137 | LICENSE_libitm-dev = "GPL-3.0-with-GCC-exception" |
138 | LICENSE_libitm-staticdev = "GPL-3.0-with-GCC-exception" | 138 | LICENSE_libitm-staticdev = "GPL-3.0-with-GCC-exception" |
139 | 139 | ||
140 | LICENSE_libgomp = "GPLv3" | 140 | LICENSE_libgomp = "GPL-3.0-with-GCC-exception" |
141 | LICENSE_libgomp-dev = "GPLv3" | 141 | LICENSE_libgomp-dev = "GPL-3.0-with-GCC-exception" |
142 | LICENSE_libgomp-staticdev = "GPLv3" | 142 | LICENSE_libgomp-staticdev = "GPL-3.0-with-GCC-exception" |
143 | 143 | ||
144 | # The base package doesn't exist, so we clear the recommends. | 144 | # The base package doesn't exist, so we clear the recommends. |
145 | RRECOMMENDS_${PN}-dbg = "" | 145 | RRECOMMENDS_${PN}-dbg = "" |