From: Santhosh Nadig Date: Tue, 12 Feb 2019 15:35:14 +0000 (+0100) Subject: libgfortran: Set license to GPL-3.0-with-GCC-exception X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=673b603d8a6f41cdd2baae65e24bf7335aa1edb5;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 Signed-off-by: Richard Purdie --- 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 \