[oe-commits] [openembedded-core] 02/13: libgfortran: Set license to GPL-3.0-with-GCC-exception

git at git.openembedded.org git at git.openembedded.org
Thu Feb 14 11:22:24 UTC 2019


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master
in repository openembedded-core.

commit 0b4a4b37260e719ae12fb9a8e6556759422bfc92
Author: Santhosh Nadig <santhosh.nadig at axis.com>
AuthorDate: Tue Feb 12 16:35:14 2019 +0100

    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 at axis.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-devtools/gcc/libgfortran.inc | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/meta/recipes-devtools/gcc/libgfortran.inc b/meta/recipes-devtools/gcc/libgfortran.inc
index 0523764..4b7b7b2 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 \

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list