From ce7314b9776757c1fffc9c60098f2c1ffd3e0b37 Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Mon, 22 Mar 2010 11:53:03 -0400 Subject: [PATCH] u-boot: update LICENSE to more specific GPLv2 There are parts of U-Boot that are GPLv2 and GPLv2+ (version 2 or later) Also, U-Boot's author Wolfgang Denk is planning to switch to GPLv3+ Signed-off-by: Denys Dmytriyenko --- recipes/u-boot/u-boot-mkimage-native_1.3.2.bb | 2 +- recipes/u-boot/u-boot.inc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/u-boot/u-boot-mkimage-native_1.3.2.bb b/recipes/u-boot/u-boot-mkimage-native_1.3.2.bb index 3c210a099b..946f48569e 100644 --- a/recipes/u-boot/u-boot-mkimage-native_1.3.2.bb +++ b/recipes/u-boot/u-boot-mkimage-native_1.3.2.bb @@ -1,5 +1,5 @@ DESCRIPTION = "U-boot bootloader mkimage tool" -LICENSE = "GPL" +LICENSE = "GPLv2" SECTION = "bootloader" SRC_URI = "ftp://ftp.denx.de/pub/u-boot/u-boot-${PV}.tar.bz2 \ diff --git a/recipes/u-boot/u-boot.inc b/recipes/u-boot/u-boot.inc index 6fdbaac87f..24dcb2b966 100644 --- a/recipes/u-boot/u-boot.inc +++ b/recipes/u-boot/u-boot.inc @@ -2,7 +2,7 @@ DESCRIPTION = "U-Boot - the Universal Boot Loader" HOMEPAGE = "http://www.denx.de/wiki/U-Boot/WebHome" SECTION = "bootloaders" PRIORITY = "optional" -LICENSE = "GPL" +LICENSE = "GPLv2" PROVIDES = "virtual/bootloader" DEPENDS = "mtd-utils" -- 2.39.5