summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-bsp/uboot/u-boot.inc2
-rw-r--r--meta/recipes-kernel/linux/linux.inc2
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"
2HOMEPAGE = "http://u-boot.sf.net" 2HOMEPAGE = "http://u-boot.sf.net"
3SECTION = "bootloaders" 3SECTION = "bootloaders"
4PRIORITY = "optional" 4PRIORITY = "optional"
5LICENSE = "GPL" 5LICENSE = "GPLv2"
6PROVIDES = "virtual/bootloader" 6PROVIDES = "virtual/bootloader"
7 7
8inherit deploy 8inherit 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 @@
1DESCRIPTION = "Linux Kernel" 1DESCRIPTION = "Linux Kernel"
2SECTION = "kernel" 2SECTION = "kernel"
3LICENSE = "GPL" 3LICENSE = "GPLv2"
4 4
5LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7" 5LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7"
6 6