From 8b56191077ffb7f33061d95c350244e9346a1fb0 Mon Sep 17 00:00:00 2001 From: Vincent Davis Jr Date: Sun, 5 Nov 2023 00:18:57 -0400 Subject: 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 Signed-off-by: Alexandre Belloni --- meta/recipes-extended/acpica/acpica_20230628.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-extended/acpica') 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" -- cgit 1.2.3-korg