diff options
author | Tom Rini <trini@embeddedalley.com> | 2009-04-27 16:18:05 -0700 |
---|---|---|
committer | Tom Rini <trini@embeddedalley.com> | 2009-05-06 13:20:38 -0700 |
commit | 41eae4783b30103cba0c712fe923a341a0d8bf90 (patch) | |
tree | 5177e3765e1e52d8c6c7713b85f94088c4e062bb /recipes/gcc | |
parent | b182d05b9bec521c39b37848f15952cc29e9aae2 (diff) |
gcc: For 4.2.2 and newer, set LICENSE = GPLv3
Drop LICENSE/SECTION from mingw-gcc as it was redundant
Diffstat (limited to 'recipes/gcc')
-rw-r--r-- | recipes/gcc/gcc-4.2.2.inc | 1 | ||||
-rw-r--r-- | recipes/gcc/gcc-4.2.3.inc | 1 | ||||
-rw-r--r-- | recipes/gcc/gcc-4.2.4.inc | 1 | ||||
-rw-r--r-- | recipes/gcc/gcc-4.3.1.inc | 1 | ||||
-rw-r--r-- | recipes/gcc/gcc-4.3.2.inc | 1 | ||||
-rw-r--r-- | recipes/gcc/gcc-4.3.3.inc | 1 | ||||
-rw-r--r-- | recipes/gcc/gcc-4.4.0.inc | 1 | ||||
-rw-r--r-- | 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" |