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 <ross.burton@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
This commit is contained in:
Ross Burton 2014-12-18 21:48:40 +00:00 committed by Tom Zanussi
parent c472f7faa0
commit 7c94dd034e

View File

@ -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"