From 41eae4783b30103cba0c712fe923a341a0d8bf90 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Mon, 27 Apr 2009 16:18:05 -0700 Subject: 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.4.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'recipes/gcc/gcc-4.2.4.inc') 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" -- cgit 1.2.3-korg