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:06 +0000 |
commit | 0b4a4b37260e719ae12fb9a8e6556759422bfc92 (patch) | |
tree | c8f983cb1476cc176df6ac2f0c56ca647a2cc19f | |
parent | d9f37a25adba8d6638abbe7bc0503b09f696c2fc (diff) | |
download | openembedded-core-contrib-0b4a4b37260e719ae12fb9a8e6556759422bfc92.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
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 05237647df6..4b7b7b2aca1 100644 --- a/meta/recipes-devtools/gcc/libgfortran.inc +++ b/meta/recipes-devtools/gcc/libgfortran.inc @@ -53,6 +53,11 @@ PACKAGES = "\ libgfortran-dev \ libgfortran-staticdev \ " + +LICENSE_${PN} = "GPL-3.0-with-GCC-exception" +LICENSE_${PN}-dev = "GPL-3.0-with-GCC-exception" +LICENSE_${PN}-dbg = "GPL-3.0-with-GCC-exception" + FILES_${PN} = "${libdir}/libgfortran.so.*" FILES_${PN}-dev = "\ ${libdir}/libgfortran*.so \ |