[oe-commits] Tom Rini : gcc: For 4.2.2 and newer, set LICENSE = GPLv3

GIT User account git at amethyst.openembedded.net
Wed May 6 20:26:07 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 41eae4783b30103cba0c712fe923a341a0d8bf90
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=41eae4783b30103cba0c712fe923a341a0d8bf90

Author: Tom Rini <trini at embeddedalley.com>
Date:   Mon Apr 27 16:18:05 2009 -0700

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 0b4b87c..7bb17ce 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 376e918..7d623f5 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 74f953d..6bffa54 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 f8a676f..d5390d7 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 a8a9e0d..967eb92 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 c121d56..45cf3a2 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 65922e4..f0903ff 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 fd45e9f..fd6236a 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"





More information about the Openembedded-commits mailing list