diff options
| -rw-r--r-- | meta/recipes-extended/acpica/acpica_20170303.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta/recipes-extended/acpica/acpica_20170303.bb b/meta/recipes-extended/acpica/acpica_20170303.bb index 12dfc6da3f..e712ca008d 100644 --- a/meta/recipes-extended/acpica/acpica_20170303.bb +++ b/meta/recipes-extended/acpica/acpica_20170303.bb | |||
| @@ -27,6 +27,11 @@ UPSTREAM_CHECK_URI = "https://acpica.org/downloads" | |||
| 27 | 27 | ||
| 28 | S = "${WORKDIR}/acpica-unix2-${PV}" | 28 | S = "${WORKDIR}/acpica-unix2-${PV}" |
| 29 | 29 | ||
| 30 | inherit update-alternatives | ||
| 31 | |||
| 32 | ALTERNATIVE_PRIORITY = "100" | ||
| 33 | ALTERNATIVE_${PN} = "acpixtract" | ||
| 34 | |||
| 30 | EXTRA_OEMAKE = "CC='${CC}' 'OPT_CFLAGS=-Wall'" | 35 | EXTRA_OEMAKE = "CC='${CC}' 'OPT_CFLAGS=-Wall'" |
| 31 | 36 | ||
| 32 | do_install() { | 37 | do_install() { |
