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/gcc-4.3.3.inc | |
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/gcc-4.3.3.inc')
-rw-r--r-- | recipes/gcc/gcc-4.3.3.inc | 1 |
1 files changed, 1 insertions, 0 deletions
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" |