summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/acpica/acpica_20210331.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-extended/acpica/acpica_20210331.bb')
-rw-r--r--meta/recipes-extended/acpica/acpica_20210331.bb8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-extended/acpica/acpica_20210331.bb b/meta/recipes-extended/acpica/acpica_20210331.bb
index e17bc94c39..35f8ecd85c 100644
--- a/meta/recipes-extended/acpica/acpica_20210331.bb
+++ b/meta/recipes-extended/acpica/acpica_20210331.bb
@@ -26,7 +26,7 @@ S = "${WORKDIR}/acpica-unix-${PV}"
26inherit update-alternatives 26inherit update-alternatives
27 27
28ALTERNATIVE_PRIORITY = "100" 28ALTERNATIVE_PRIORITY = "100"
29ALTERNATIVE_${PN} = "acpixtract acpidump" 29ALTERNATIVE:${PN} = "acpixtract acpidump"
30 30
31EXTRA_OEMAKE = "CC='${CC}' \ 31EXTRA_OEMAKE = "CC='${CC}' \
32 OPT_CFLAGS=-Wall \ 32 OPT_CFLAGS=-Wall \
@@ -44,8 +44,8 @@ do_install() {
44 44
45# iasl*.bb is a subset of this recipe, so RREPLACE it 45# iasl*.bb is a subset of this recipe, so RREPLACE it
46PROVIDES = "iasl" 46PROVIDES = "iasl"
47RPROVIDES_${PN} += "iasl" 47RPROVIDES:${PN} += "iasl"
48RREPLACES_${PN} += "iasl" 48RREPLACES:${PN} += "iasl"
49RCONFLICTS_${PN} += "iasl" 49RCONFLICTS:${PN} += "iasl"
50 50
51BBCLASSEXTEND = "native" 51BBCLASSEXTEND = "native"