diff options
author | Santhosh Nadig <santhosh.nadig@axis.com> | 2019-02-12 16:35:14 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-02-14 11:20:55 +0000 |
commit | 673b603d8a6f41cdd2baae65e24bf7335aa1edb5 (patch) | |
tree | c700c403d3ccb25c518be405f2386eb955df5bd8 | |
parent | af96521f8c3d494ed6f91accdf9b9217ea9ef1f8 (diff) | |
download | poky-673b603d8a6f41cdd2baae65e24bf7335aa1edb5.tar.gz |
libgfortran: Set license to GPL-3.0-with-GCC-exception
libgfortran did not have the GCC exception in the same manner as
libgcc had.
Change-Id: If48ab6e6775da235c8fdd0ca4e835acf1e831252
(From OE-Core rev: 0b4a4b37260e719ae12fb9a8e6556759422bfc92)
Signed-off-by: Santhosh Nadig <santhosn@axis.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-devtools/gcc/libgfortran.inc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta/recipes-devtools/gcc/libgfortran.inc b/meta/recipes-devtools/gcc/libgfortran.inc index 05237647df..4b7b7b2aca 100644 --- a/meta/recipes-devtools/gcc/libgfortran.inc +++ b/meta/recipes-devtools/gcc/libgfortran.inc | |||
@@ -53,6 +53,11 @@ PACKAGES = "\ | |||
53 | libgfortran-dev \ | 53 | libgfortran-dev \ |
54 | libgfortran-staticdev \ | 54 | libgfortran-staticdev \ |
55 | " | 55 | " |
56 | |||
57 | LICENSE_${PN} = "GPL-3.0-with-GCC-exception" | ||
58 | LICENSE_${PN}-dev = "GPL-3.0-with-GCC-exception" | ||
59 | LICENSE_${PN}-dbg = "GPL-3.0-with-GCC-exception" | ||
60 | |||
56 | FILES_${PN} = "${libdir}/libgfortran.so.*" | 61 | FILES_${PN} = "${libdir}/libgfortran.so.*" |
57 | FILES_${PN}-dev = "\ | 62 | FILES_${PN}-dev = "\ |
58 | ${libdir}/libgfortran*.so \ | 63 | ${libdir}/libgfortran*.so \ |