From 7dfc79162c6745a0783e18f59d7f59f61dbb96cf Mon Sep 17 00:00:00 2001 From: Mark Asselstine Date: Fri, 9 Aug 2013 11:04:26 -0400 Subject: iasl: Add Intel ACPI license information The iasl package is licensed under the Intel ACPI license. This is a variation of the MIT license but with enough modification that we don't want to mark it as MIT. Previously building this package would warn about the missing license. With this change we are providing a clear text copy of the license and calling this license out in the iasl recipe to make the warning go away and to ensure we are clearly defining this package's license information. Signed-off-by: Mark Asselstine Signed-off-by: Bruce Ashfield --- recipes-extended/iasl/iasl_20120215.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-extended') diff --git a/recipes-extended/iasl/iasl_20120215.bb b/recipes-extended/iasl/iasl_20120215.bb index e9c5fbe9..5ce09300 100644 --- a/recipes-extended/iasl/iasl_20120215.bb +++ b/recipes-extended/iasl/iasl_20120215.bb @@ -1,6 +1,6 @@ DESCRIPTION = "This is a cross development C compiler, assembler and linker environment for the production of 8086 executables (Optionally MSDOS COM)" HOMEPAGE = "http://www.acpica.org/" -LICENSE = "Intel" +LICENSE = "Intel-ACPI" LIC_FILES_CHKSUM = "file://asldefine.h;endline=115;md5=d4d7cf809b8b5e03131327b3f718e8f0" SECTION = "console/tools" PR="r1" -- cgit v1.2.3-54-g00ecf