From 279dbced29e928618ba836226542926604d7e570 Mon Sep 17 00:00:00 2001 From: Chris Patterson Date: Thu, 11 Oct 2018 11:15:39 -0400 Subject: iasl: remove iasl in favor of acpica in openembedded-core It is out of date, causes compilation errors, and is replacable with acpica. This commit removes the iasl recipe as well as updating references within seabios and xen, even though acpcica PROVIDES iasl. Signed-off-by: Chris Patterson Signed-off-by: Bruce Ashfield --- recipes-extended/seabios/seabios_1.11.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-extended/seabios') diff --git a/recipes-extended/seabios/seabios_1.11.2.bb b/recipes-extended/seabios/seabios_1.11.2.bb index 4ea9eb78..81eaec96 100644 --- a/recipes-extended/seabios/seabios_1.11.2.bb +++ b/recipes-extended/seabios/seabios_1.11.2.bb @@ -18,7 +18,7 @@ SRC_URI[sha256sum] = "73e73c8e406d97265782f6c942b3c1d178ed4f4afc9f381b22336c3968 FILES_${PN} = "/usr/share/firmware" -DEPENDS = "util-linux-native file-native bison-native flex-native gettext-native iasl-native python-native" +DEPENDS = "util-linux-native file-native bison-native flex-native gettext-native acpica-native python-native" TUNE_CCARGS = "" EXTRA_OEMAKE += "HOSTCC='${BUILD_CC}'" -- cgit v1.2.3-54-g00ecf