From 41eae4783b30103cba0c712fe923a341a0d8bf90 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Mon, 27 Apr 2009 16:18:05 -0700 Subject: [PATCH] gcc: For 4.2.2 and newer, set LICENSE = GPLv3 Drop LICENSE/SECTION from mingw-gcc as it was redundant --- recipes/gcc/gcc-4.2.2.inc | 1 + recipes/gcc/gcc-4.2.3.inc | 1 + recipes/gcc/gcc-4.2.4.inc | 1 + recipes/gcc/gcc-4.3.1.inc | 1 + recipes/gcc/gcc-4.3.2.inc | 1 + recipes/gcc/gcc-4.3.3.inc | 1 + recipes/gcc/gcc-4.4.0.inc | 1 + recipes/gcc/mingw-gcc_3.4.5-20060117-2.bb | 2 -- 8 files changed, 7 insertions(+), 2 deletions(-) diff --git a/recipes/gcc/gcc-4.2.2.inc b/recipes/gcc/gcc-4.2.2.inc index 0b4b87c3ff..7bb17cefed 100644 --- a/recipes/gcc/gcc-4.2.2.inc +++ b/recipes/gcc/gcc-4.2.2.inc @@ -1,4 +1,5 @@ require gcc-common.inc +LICENSE = "GPLv3" DEPENDS = "mpfr gmp" diff --git a/recipes/gcc/gcc-4.2.3.inc b/recipes/gcc/gcc-4.2.3.inc index 376e9180fd..7d623f53e3 100644 --- a/recipes/gcc/gcc-4.2.3.inc +++ b/recipes/gcc/gcc-4.2.3.inc @@ -1,4 +1,5 @@ require gcc-common.inc +LICENSE = "GPLv3" DEPENDS = "mpfr gmp" diff --git a/recipes/gcc/gcc-4.2.4.inc b/recipes/gcc/gcc-4.2.4.inc index 74f953d69a..6bffa54265 100644 --- a/recipes/gcc/gcc-4.2.4.inc +++ b/recipes/gcc/gcc-4.2.4.inc @@ -1,4 +1,5 @@ require gcc-common.inc +LICENSE = "GPLv3" DEPENDS = "mpfr gmp" diff --git a/recipes/gcc/gcc-4.3.1.inc b/recipes/gcc/gcc-4.3.1.inc index f8a676fc2b..d5390d7f27 100644 --- a/recipes/gcc/gcc-4.3.1.inc +++ b/recipes/gcc/gcc-4.3.1.inc @@ -3,6 +3,7 @@ DEFAULT_PREFERENCE = "-99" ARM_INSTRUCTION_SET = "arm" require gcc-common.inc +LICENSE = "GPLv3" DEPENDS = "mpfr gmp" diff --git a/recipes/gcc/gcc-4.3.2.inc b/recipes/gcc/gcc-4.3.2.inc index a8a9e0d882..967eb92285 100644 --- a/recipes/gcc/gcc-4.3.2.inc +++ b/recipes/gcc/gcc-4.3.2.inc @@ -3,6 +3,7 @@ DEFAULT_PREFERENCE = "-999" ARM_INSTRUCTION_SET = "arm" require gcc-common.inc +LICENSE = "GPLv3" DEPENDS = "mpfr gmp" diff --git a/recipes/gcc/gcc-4.3.3.inc b/recipes/gcc/gcc-4.3.3.inc index c121d56741..45cf3a231f 100644 --- a/recipes/gcc/gcc-4.3.3.inc +++ b/recipes/gcc/gcc-4.3.3.inc @@ -3,6 +3,7 @@ DEFAULT_PREFERENCE = "-999" ARM_INSTRUCTION_SET = "arm" require gcc-common.inc +LICENSE = "GPLv3" DEPENDS = "mpfr gmp" diff --git a/recipes/gcc/gcc-4.4.0.inc b/recipes/gcc/gcc-4.4.0.inc index 65922e401c..f0903ff76a 100644 --- a/recipes/gcc/gcc-4.4.0.inc +++ b/recipes/gcc/gcc-4.4.0.inc @@ -3,6 +3,7 @@ DEFAULT_PREFERENCE = "-999" ARM_INSTRUCTION_SET = "arm" require gcc-common.inc +LICENSE = "GPLv3" DEPENDS = "mpfr gmp" diff --git a/recipes/gcc/mingw-gcc_3.4.5-20060117-2.bb b/recipes/gcc/mingw-gcc_3.4.5-20060117-2.bb index fd45e9f022..fd6236aa0f 100644 --- a/recipes/gcc/mingw-gcc_3.4.5-20060117-2.bb +++ b/recipes/gcc/mingw-gcc_3.4.5-20060117-2.bb @@ -1,8 +1,6 @@ PR = "r1" DESCRIPTION = "The GNU Compiler Collection - MinGW port" HOMEPAGE = "http://www.mingw.org/" -SECTION = "devel" -LICENSE = "GPL" DEFAULT_PREFERENCE = "-1" DEFAULT_PREFERENCE_mingw32 = "1" -- 2.39.5