diff options
Diffstat (limited to 'meta/recipes-extended/acpica/acpica_20210331.bb')
-rw-r--r-- | meta/recipes-extended/acpica/acpica_20210331.bb | 8 |
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}" | |||
26 | inherit update-alternatives | 26 | inherit update-alternatives |
27 | 27 | ||
28 | ALTERNATIVE_PRIORITY = "100" | 28 | ALTERNATIVE_PRIORITY = "100" |
29 | ALTERNATIVE_${PN} = "acpixtract acpidump" | 29 | ALTERNATIVE:${PN} = "acpixtract acpidump" |
30 | 30 | ||
31 | EXTRA_OEMAKE = "CC='${CC}' \ | 31 | EXTRA_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 |
46 | PROVIDES = "iasl" | 46 | PROVIDES = "iasl" |
47 | RPROVIDES_${PN} += "iasl" | 47 | RPROVIDES:${PN} += "iasl" |
48 | RREPLACES_${PN} += "iasl" | 48 | RREPLACES:${PN} += "iasl" |
49 | RCONFLICTS_${PN} += "iasl" | 49 | RCONFLICTS:${PN} += "iasl" |
50 | 50 | ||
51 | BBCLASSEXTEND = "native" | 51 | BBCLASSEXTEND = "native" |