[yocto] [PATCH][oe-core] gcc: Fix the license on GNU OpenMP

Khem Raj raj.khem at gmail.com
Thu Mar 10 22:40:22 PST 2016


Please resend it to oe-core ml. Secondly some links which points to the
fact that its under runtime exception
On Mar 10, 2016 9:10 PM, <helio.castro at bmw-carit.de> wrote:

> From: Helio Chissini de Castro <helio.castro at bmw-carit.de>
>
> Poky jethro has libgomp ( GNU OpenMP ) license marked as GPL-3.0,
> where's in fact the correct is GPL-3.0 with GCC Library Runtime Exception
>
> Signed-off-by: Helio Chissini de Castro <helio.castro at bmw-carit.de>
> ---
>  meta/recipes-devtools/gcc/gcc-runtime.inc | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/meta/recipes-devtools/gcc/gcc-runtime.inc
> b/meta/recipes-devtools/gcc/gcc-runtime.inc
> index 690d780..b2856d3 100644
> --- a/meta/recipes-devtools/gcc/gcc-runtime.inc
> +++ b/meta/recipes-devtools/gcc/gcc-runtime.inc
> @@ -119,9 +119,9 @@ LICENSE_libatomic = "GPL-3.0-with-GCC-exception"
>  LICENSE_libatomic-dev = "GPL-3.0-with-GCC-exception"
>  LICENSE_libatomic-staticdev = "GPL-3.0-with-GCC-exception"
>
> -LICENSE_libgomp = "GPLv3"
> -LICENSE_libgomp-dev = "GPLv3"
> -LICENSE_libgomp-staticdev = "GPLv3"
> +LICENSE_libgomp = "GPL-3.0-with-GCC-exception"
> +LICENSE_libgomp-dev = "GPL-3.0-with-GCC-exception"
> +LICENSE_libgomp-staticdev = "GPL-3.0-with-GCC-exception"
>
>  # The base package doesn't exist, so we clear the recommends.
>  RRECOMMENDS_${PN}-dbg = ""
> --
> 2.5.0
>
> --
> _______________________________________________
> yocto mailing list
> yocto at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/yocto/attachments/20160311/aec3d922/attachment.html>


More information about the yocto mailing list