From b0146f21765b10c1f71807372f69a286bc9c2474 Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Tue, 5 Dec 2017 09:46:20 +1300 Subject: acpica: drop NATIVE_INSTALL_WORKS and fix RCONFLICTS * NATIVE_INSTALL_WORKS hasn't been used in a very long time, so there's no need to be setting it here. * RCONFLIGHTS was clearly a typo. Signed-off-by: Paul Eggleton Signed-off-by: Ross Burton --- meta/recipes-extended/acpica/acpica_20170303.bb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/meta/recipes-extended/acpica/acpica_20170303.bb b/meta/recipes-extended/acpica/acpica_20170303.bb index e712ca008d..8e914cd450 100644 --- a/meta/recipes-extended/acpica/acpica_20170303.bb +++ b/meta/recipes-extended/acpica/acpica_20170303.bb @@ -48,7 +48,6 @@ do_install() { PROVIDES = "iasl" RPROVIDES_${PN} += "iasl" RREPLACES_${PN} += "iasl" -RCONFLIGHTS_${PN} += "iasl" +RCONFLICTS_${PN} += "iasl" -NATIVE_INSTALL_WORKS = "1" BBCLASSEXTEND = "native" -- cgit 1.2.3-korg