diff options
Diffstat (limited to 'meta/recipes-devtools/gcc/libgcc.inc')
-rw-r--r-- | meta/recipes-devtools/gcc/libgcc.inc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/meta/recipes-devtools/gcc/libgcc.inc b/meta/recipes-devtools/gcc/libgcc.inc index 22c42d5eca..21cb8c1084 100644 --- a/meta/recipes-devtools/gcc/libgcc.inc +++ b/meta/recipes-devtools/gcc/libgcc.inc | |||
@@ -9,6 +9,13 @@ PACKAGES = "\ | |||
9 | libgcov-dev \ | 9 | libgcov-dev \ |
10 | " | 10 | " |
11 | 11 | ||
12 | # All libgcc source is marked with the exception. | ||
13 | # | ||
14 | LICENSE_${PN} = "GPL-3.0-with-GCC-exception" | ||
15 | LICENSE_${PN}-dev = "GPL-3.0-with-GCC-exception" | ||
16 | LICENSE_${PN}-dbg = "GPL-3.0-with-GCC-exception" | ||
17 | |||
18 | |||
12 | FILES_${PN} = "${base_libdir}/libgcc*.so.*" | 19 | FILES_${PN} = "${base_libdir}/libgcc*.so.*" |
13 | FILES_${PN}-dev = "\ | 20 | FILES_${PN}-dev = "\ |
14 | ${base_libdir}/libgcc*.so \ | 21 | ${base_libdir}/libgcc*.so \ |