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 /meta/recipes-bsp | |
parent | 07da5002f0f25b4961252e69ed085055a6c7d581 (diff) | |
download | openembedded-core-5f2cf65e6510cc4cd9dc2a9ea2de879fad1894a7.tar.gz openembedded-core-5f2cf65e6510cc4cd9dc2a9ea2de879fad1894a7.tar.bz2 openembedded-core-5f2cf65e6510cc4cd9dc2a9ea2de879fad1894a7.zip |
linux/u-boot: Update LICENSE fields to specify GPL version
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-bsp')
-rw-r--r-- | meta/recipes-bsp/uboot/u-boot.inc | 2 |
1 files changed, 1 insertions, 1 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" HOMEPAGE = "http://u-boot.sf.net" SECTION = "bootloaders" PRIORITY = "optional" -LICENSE = "GPL" +LICENSE = "GPLv2" PROVIDES = "virtual/bootloader" inherit deploy |