[yocto] [PATCH] grub2: update license version

Tom Zanussi tom.zanussi at intel.com
Fri Sep 9 13:30:21 PDT 2011


The license version specified in the recipe is wrong - it should be v3
rather than 2+.

Signed-off-by: Tom Zanussi <tom.zanussi at intel.com>
---
 common/recipes-bsp/grub/grub_1.98.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/common/recipes-bsp/grub/grub_1.98.bb b/common/recipes-bsp/grub/grub_1.98.bb
index 802733f..1b3040b 100644
--- a/common/recipes-bsp/grub/grub_1.98.bb
+++ b/common/recipes-bsp/grub/grub_1.98.bb
@@ -9,7 +9,7 @@ HOMEPAGE = "http://www.gnu.org/software/grub/"
 SECTION = "bootloaders"
 PRIORITY = "optional"
 
-LICENSE = "GPLv2+"
+LICENSE = "GPLv3"
 LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
 
 RDEPENDS = "diffutils freetype"
-- 
1.7.0.4






More information about the yocto mailing list