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.

(From OE-Core rev: b0146f21765b10c1f71807372f69a286bc9c2474)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Paul Eggleton
2017-12-05 09:46:20 +13:00
committed by Richard Purdie
parent d469cd9554
commit fc31a73790

View File

@@ -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"