]> code.ossystems Code Review - openembedded-core.git/commitdiff
acpica: drop NATIVE_INSTALL_WORKS and fix RCONFLICTS
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Mon, 4 Dec 2017 20:46:20 +0000 (09:46 +1300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 10 Dec 2017 22:41:42 +0000 (22:41 +0000)
* 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 <paul.eggleton@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-extended/acpica/acpica_20170303.bb

index e712ca008d32873186fad0195f069b1582c8b10a..8e914cd4508e1f5f07eafafb4e267522a6024f27 100644 (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"