aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/gcc/gcc-runtime.inc
diff options
context:
space:
mode:
authorSergei Miroshnichenko <sergeimir@emcraft.com>2016-07-26 10:54:44 +0300
committerSergei Miroshnichenko <sergeimir@emcraft.com>2016-10-18 13:14:57 +0300
commit13d4d1b0ba80d98d138921ca846a530d1ae8877c (patch)
tree96d7f9a90a92bbc09c74c67ef9498ee2e209a9f5 /meta/recipes-devtools/gcc/gcc-runtime.inc
parent42e7af2a1758a911705d3bd26d8ab6b33262e5fa (diff)
downloadopenembedded-core-contrib-13d4d1b0ba80d98d138921ca846a530d1ae8877c.tar.gz
license: Remove deprecated referencessergeimir/spdx2_sync
Replace deprecated licenses using WITH operator to comply with http://spdx.org/licenses/index.html Signed-off-by: Sergei Miroshnichenko <sergeimir@emcraft.com>
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-runtime.inc')
-rw-r--r--meta/recipes-devtools/gcc/gcc-runtime.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-runtime.inc b/meta/recipes-devtools/gcc/gcc-runtime.inc
index 15252f1a40..f43616e51f 100644
--- a/meta/recipes-devtools/gcc/gcc-runtime.inc
+++ b/meta/recipes-devtools/gcc/gcc-runtime.inc
@@ -4,7 +4,7 @@ SUMMARY = "Runtime libraries from GCC"
# 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"
+LICENSE = "GPL-3.0 WITH GCC-exception-3.1"
CXXFLAGS_remove = "-fvisibility-inlines-hidden"