summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2017-12-05 09:46:20 +1300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-12-10 22:45:20 +0000
commitfc31a73790668b62edbcfb5700a407408a3937eb (patch)
tree524a9feb83c8d51fc3cb2eeb6d0b60aff63d82c9 /meta/recipes-extended
parentd469cd9554c2929808edab41423e1656e52e6020 (diff)
downloadpoky-fc31a73790668b62edbcfb5700a407408a3937eb.tar.gz
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>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r--meta/recipes-extended/acpica/acpica_20170303.bb3
1 files changed, 1 insertions, 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() {
48PROVIDES = "iasl" 48PROVIDES = "iasl"
49RPROVIDES_${PN} += "iasl" 49RPROVIDES_${PN} += "iasl"
50RREPLACES_${PN} += "iasl" 50RREPLACES_${PN} += "iasl"
51RCONFLIGHTS_${PN} += "iasl" 51RCONFLICTS_${PN} += "iasl"
52 52
53NATIVE_INSTALL_WORKS = "1"
54BBCLASSEXTEND = "native" 53BBCLASSEXTEND = "native"