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