From 7c94dd034eeb9893ac1452bfe1003e91cf9ff50e Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Thu, 18 Dec 2014 21:48:40 +0000 Subject: efilinux: use BSD-2-Clause instead of custom license The efilinux license is basically the two clause BSD license, so instead of using a custom license that isn't defined use that. Signed-off-by: Ross Burton Signed-off-by: Tom Zanussi --- common/recipes-bsp/efilinux/efilinux_1.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/recipes-bsp') diff --git a/common/recipes-bsp/efilinux/efilinux_1.0.bb b/common/recipes-bsp/efilinux/efilinux_1.0.bb index 2a7bf6bf..854fab6d 100644 --- a/common/recipes-bsp/efilinux/efilinux_1.0.bb +++ b/common/recipes-bsp/efilinux/efilinux_1.0.bb @@ -1,5 +1,5 @@ DESCRIPTION = "A UEFI OS loader" -LICENSE = "efilinux" +LICENSE = "BSD-2-Clause" LIC_FILES_CHKSUM = "file://efilinux.h;beginline=5;endline=31;md5=2316abda893ef24e6cd55cef33aa0edd" DEPENDS = "gnu-efi" -- cgit v1.2.3-54-g00ecf