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/mingw-gcc_3.4.5-20060117-2.bb | |
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/mingw-gcc_3.4.5-20060117-2.bb')
-rw-r--r-- | recipes/gcc/mingw-gcc_3.4.5-20060117-2.bb | 2 |
1 files changed, 0 insertions, 2 deletions
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" |