summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended
diff options
context:
space:
mode:
authorVincent Davis Jr <vince@underview.tech>2023-11-05 00:18:57 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-11-06 16:47:02 +0000
commit8b56191077ffb7f33061d95c350244e9346a1fb0 (patch)
tree4cc1f7018fc1e9e67f19aece2aac1a728120e143 /meta/recipes-extended
parent195df10fcbfa1ef7e073d3332943458064519ae0 (diff)
downloadopenembedded-core-contrib-8b56191077ffb7f33061d95c350244e9346a1fb0.tar.gz
acpica: add nativesdk to BBCLASSEXTEND
Enables use of the iasl compiler on the host side of a given generated SDK. via TOOLCHAIN_HOST_TASK += "nativesdk-acpica" Signed-off-by: Vincent Davis Jr <vince@underview.tech> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r--meta/recipes-extended/acpica/acpica_20230628.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/acpica/acpica_20230628.bb b/meta/recipes-extended/acpica/acpica_20230628.bb
index 3b939ad665..b7921516a2 100644
--- a/meta/recipes-extended/acpica/acpica_20230628.bb
+++ b/meta/recipes-extended/acpica/acpica_20230628.bb
@@ -49,4 +49,4 @@ RPROVIDES:${PN} += "iasl"
RREPLACES:${PN} += "iasl"
RCONFLICTS:${PN} += "iasl"
-BBCLASSEXTEND = "native"
+BBCLASSEXTEND = "native nativesdk"