summaryrefslogtreecommitdiffstats
path: root/recipes-extended/iasl
diff options
context:
space:
mode:
authorMark Asselstine <mark.asselstine@windriver.com>2013-08-09 11:04:26 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2013-08-10 22:47:11 -0400
commit7dfc79162c6745a0783e18f59d7f59f61dbb96cf (patch)
treef0439fbd453d4cf659dabbc1f3d9bf98db204776 /recipes-extended/iasl
parent4d1aed483420fdb3d2cbcca4a5b646ad5426349c (diff)
downloadmeta-virtualization-7dfc79162c6745a0783e18f59d7f59f61dbb96cf.tar.gz
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 <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'recipes-extended/iasl')
-rw-r--r--recipes-extended/iasl/iasl_20120215.bb2
1 files changed, 1 insertions, 1 deletions
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 @@
1DESCRIPTION = "This is a cross development C compiler, assembler and linker environment for the production of 8086 executables (Optionally MSDOS COM)" 1DESCRIPTION = "This is a cross development C compiler, assembler and linker environment for the production of 8086 executables (Optionally MSDOS COM)"
2HOMEPAGE = "http://www.acpica.org/" 2HOMEPAGE = "http://www.acpica.org/"
3LICENSE = "Intel" 3LICENSE = "Intel-ACPI"
4LIC_FILES_CHKSUM = "file://asldefine.h;endline=115;md5=d4d7cf809b8b5e03131327b3f718e8f0" 4LIC_FILES_CHKSUM = "file://asldefine.h;endline=115;md5=d4d7cf809b8b5e03131327b3f718e8f0"
5SECTION = "console/tools" 5SECTION = "console/tools"
6PR="r1" 6PR="r1"