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 <[email protected]> --- common/recipes-bsp/efilinux/efilinux_1.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/recipes-bsp/efilinux/efilinux_1.0.bb b/common/recipes-bsp/efilinux/efilinux_1.0.bb index 2a7bf6b..854fab6 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" -- 1.7.10.4 -- _______________________________________________ meta-intel mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-intel
