diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-02-09 11:23:51 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-02-09 11:23:51 +0000 |
commit | 5f2cf65e6510cc4cd9dc2a9ea2de879fad1894a7 (patch) | |
tree | b437690e4666f7330076ddec841cfac145c1b91c | |
parent | 07da5002f0f25b4961252e69ed085055a6c7d581 (diff) | |
download | poky-5f2cf65e6510cc4cd9dc2a9ea2de879fad1894a7.tar.gz |
linux/u-boot: Update LICENSE fields to specify GPL version
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-bsp/uboot/u-boot.inc | 2 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux.inc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-bsp/uboot/u-boot.inc b/meta/recipes-bsp/uboot/u-boot.inc index 6363474e53..d1815493a6 100644 --- a/meta/recipes-bsp/uboot/u-boot.inc +++ b/meta/recipes-bsp/uboot/u-boot.inc | |||
@@ -2,7 +2,7 @@ DESCRIPTION = "U-boot bootloader" | |||
2 | HOMEPAGE = "http://u-boot.sf.net" | 2 | HOMEPAGE = "http://u-boot.sf.net" |
3 | SECTION = "bootloaders" | 3 | SECTION = "bootloaders" |
4 | PRIORITY = "optional" | 4 | PRIORITY = "optional" |
5 | LICENSE = "GPL" | 5 | LICENSE = "GPLv2" |
6 | PROVIDES = "virtual/bootloader" | 6 | PROVIDES = "virtual/bootloader" |
7 | 7 | ||
8 | inherit deploy | 8 | inherit deploy |
diff --git a/meta/recipes-kernel/linux/linux.inc b/meta/recipes-kernel/linux/linux.inc index 4c372ab014..3db2e3df5b 100644 --- a/meta/recipes-kernel/linux/linux.inc +++ b/meta/recipes-kernel/linux/linux.inc | |||
@@ -1,6 +1,6 @@ | |||
1 | DESCRIPTION = "Linux Kernel" | 1 | DESCRIPTION = "Linux Kernel" |
2 | SECTION = "kernel" | 2 | SECTION = "kernel" |
3 | LICENSE = "GPL" | 3 | LICENSE = "GPLv2" |
4 | 4 | ||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7" |
6 | 6 | ||