summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/gcc/libgfortran.inc
diff options
context:
space:
mode:
authorSanthosh Nadig <santhosh.nadig@axis.com>2019-02-12 16:35:14 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-02-14 11:20:55 +0000
commit673b603d8a6f41cdd2baae65e24bf7335aa1edb5 (patch)
treec700c403d3ccb25c518be405f2386eb955df5bd8 /meta/recipes-devtools/gcc/libgfortran.inc
parentaf96521f8c3d494ed6f91accdf9b9217ea9ef1f8 (diff)
downloadpoky-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>
Diffstat (limited to 'meta/recipes-devtools/gcc/libgfortran.inc')
-rw-r--r--meta/recipes-devtools/gcc/libgfortran.inc5
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
57LICENSE_${PN} = "GPL-3.0-with-GCC-exception"
58LICENSE_${PN}-dev = "GPL-3.0-with-GCC-exception"
59LICENSE_${PN}-dbg = "GPL-3.0-with-GCC-exception"
60
56FILES_${PN} = "${libdir}/libgfortran.so.*" 61FILES_${PN} = "${libdir}/libgfortran.so.*"
57FILES_${PN}-dev = "\ 62FILES_${PN}-dev = "\
58 ${libdir}/libgfortran*.so \ 63 ${libdir}/libgfortran*.so \