[meta-intel] [PATCH v2] efilinux: update 1.0 -> 1.1

Jianxun Zhang jianxun.zhang at linux.intel.com
Wed Jan 27 13:26:09 PST 2016


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 at linux.intel.com>
---
V2: Revised commit msg.

 common/recipes-bsp/efilinux/{efilinux_1.0.bb => efilinux_1.1.bb} | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)
 rename common/recipes-bsp/efilinux/{efilinux_1.0.bb => efilinux_1.1.bb} (75%)

diff --git a/common/recipes-bsp/efilinux/efilinux_1.0.bb b/common/recipes-bsp/efilinux/efilinux_1.1.bb
similarity index 75%
rename from common/recipes-bsp/efilinux/efilinux_1.0.bb
rename to common/recipes-bsp/efilinux/efilinux_1.1.bb
index 854fab6..2f6e79d 100644
--- a/common/recipes-bsp/efilinux/efilinux_1.0.bb
+++ b/common/recipes-bsp/efilinux/efilinux_1.1.bb
@@ -1,14 +1,13 @@
 DESCRIPTION = "A UEFI OS loader"
 LICENSE = "BSD-2-Clause"
-LIC_FILES_CHKSUM = "file://efilinux.h;beginline=5;endline=31;md5=2316abda893ef24e6cd55cef33aa0edd"
+LIC_FILES_CHKSUM = "file://efilinux.h;beginline=5;endline=27;md5=f8d56e644672ac63fd81b55c205283ad"
 
 DEPENDS = "gnu-efi"
 
 inherit deploy
 
-SRCREV = "75b62111f83dab433e901c1a7b0f05e058aa29de"
-PV = "1.0+git${SRCPV}"
-PR = "r0"
+SRCREV = "a995826f9e43f1134baea61610eafd8c173bb776"
+PV = "1.1+git${SRCPV}"
 
 SRC_URI = "git://git.kernel.org/pub/scm/boot/efilinux/efilinux.git"
 
-- 
1.9.1



More information about the meta-intel mailing list