summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorTom Zanussi <tom.zanussi@intel.com>2011-09-09 15:13:16 -0500
committerTom Zanussi <tom.zanussi@intel.com>2011-09-09 15:13:16 -0500
commit3b5a3cb7393d0e9a56ff38a0b41c61751afab2b5 (patch)
tree39aced2e905e8c21c5e72b71970d60abeb28592a /common
parentb86f811663d834064af1e6778c408eb904fad0b9 (diff)
downloadmeta-intel-3b5a3cb7393d0e9a56ff38a0b41c61751afab2b5.tar.gz
grub2: update license version
The license version specified in the recipe is wrong - it should be v3 rather than 2+. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
Diffstat (limited to 'common')
-rw-r--r--common/recipes-bsp/grub/grub_1.98.bb2
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 802733f9..1b3040b4 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/"
9SECTION = "bootloaders" 9SECTION = "bootloaders"
10PRIORITY = "optional" 10PRIORITY = "optional"
11 11
12LICENSE = "GPLv2+" 12LICENSE = "GPLv3"
13LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" 13LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
14 14
15RDEPENDS = "diffutils freetype" 15RDEPENDS = "diffutils freetype"