summaryrefslogtreecommitdiffstats
path: root/common/recipes-bsp
diff options
context:
space:
mode:
authorJianxun Zhang <jianxun.zhang@linux.intel.com>2016-01-27 13:26:09 -0800
committerSaul Wold <sgw@linux.intel.com>2016-02-02 05:48:01 -0800
commit1fe0e40d40ff003ac9464abb5b0df866a63d1c15 (patch)
treec5e321e042a549b1a0826d53d989e527cffb2990 /common/recipes-bsp
parent57211af47b2f6f98f4e0e5616f2e7a6ea2d05ebc (diff)
downloadmeta-intel-1fe0e40d40ff003ac9464abb5b0df866a63d1c15.tar.gz
efilinux: update 1.0 -> 1.1
This change updates efilinux to release 1.1. 1.1 release changed license from 3-clause BSD to 2-clause BSD. License checking in new recipe is updated accordingly. Signed-off-by: Jianxun Zhang <jianxun.zhang@linux.intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'common/recipes-bsp')
-rw-r--r--common/recipes-bsp/efilinux/efilinux_1.1.bb (renamed from common/recipes-bsp/efilinux/efilinux_1.0.bb)7
1 files changed, 3 insertions, 4 deletions
diff --git a/common/recipes-bsp/efilinux/efilinux_1.0.bb b/common/recipes-bsp/efilinux/efilinux_1.1.bb
index 854fab6d..2f6e79d0 100644
--- a/common/recipes-bsp/efilinux/efilinux_1.0.bb
+++ b/common/recipes-bsp/efilinux/efilinux_1.1.bb
@@ -1,14 +1,13 @@
1DESCRIPTION = "A UEFI OS loader" 1DESCRIPTION = "A UEFI OS loader"
2LICENSE = "BSD-2-Clause" 2LICENSE = "BSD-2-Clause"
3LIC_FILES_CHKSUM = "file://efilinux.h;beginline=5;endline=31;md5=2316abda893ef24e6cd55cef33aa0edd" 3LIC_FILES_CHKSUM = "file://efilinux.h;beginline=5;endline=27;md5=f8d56e644672ac63fd81b55c205283ad"
4 4
5DEPENDS = "gnu-efi" 5DEPENDS = "gnu-efi"
6 6
7inherit deploy 7inherit deploy
8 8
9SRCREV = "75b62111f83dab433e901c1a7b0f05e058aa29de" 9SRCREV = "a995826f9e43f1134baea61610eafd8c173bb776"
10PV = "1.0+git${SRCPV}" 10PV = "1.1+git${SRCPV}"
11PR = "r0"
12 11
13SRC_URI = "git://git.kernel.org/pub/scm/boot/efilinux/efilinux.git" 12SRC_URI = "git://git.kernel.org/pub/scm/boot/efilinux/efilinux.git"
14 13