summaryrefslogtreecommitdiffstats
path: root/recipes-extended/seabios
diff options
context:
space:
mode:
authorChris Patterson <pattersonc@ainfosec.com>2018-10-11 11:15:39 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2018-10-11 14:17:39 -0400
commit279dbced29e928618ba836226542926604d7e570 (patch)
tree74bda8d9fdd1753119b0f7509525803047c5e9bd /recipes-extended/seabios
parentfd6854231fae5973932e87ebafb1b032d20d4135 (diff)
downloadmeta-virtualization-279dbced29e928618ba836226542926604d7e570.tar.gz
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 <pattersonc@ainfosec.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'recipes-extended/seabios')
-rw-r--r--recipes-extended/seabios/seabios_1.11.2.bb2
1 files changed, 1 insertions, 1 deletions
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
18 18
19FILES_${PN} = "/usr/share/firmware" 19FILES_${PN} = "/usr/share/firmware"
20 20
21DEPENDS = "util-linux-native file-native bison-native flex-native gettext-native iasl-native python-native" 21DEPENDS = "util-linux-native file-native bison-native flex-native gettext-native acpica-native python-native"
22 22
23TUNE_CCARGS = "" 23TUNE_CCARGS = ""
24EXTRA_OEMAKE += "HOSTCC='${BUILD_CC}'" 24EXTRA_OEMAKE += "HOSTCC='${BUILD_CC}'"