diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2017-12-05 09:46:20 +1300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-12-10 22:45:20 +0000 |
commit | fc31a73790668b62edbcfb5700a407408a3937eb (patch) | |
tree | 524a9feb83c8d51fc3cb2eeb6d0b60aff63d82c9 /meta/recipes-extended/acpica | |
parent | d469cd9554c2929808edab41423e1656e52e6020 (diff) | |
download | poky-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/acpica')
-rw-r--r-- | meta/recipes-extended/acpica/acpica_20170303.bb | 3 |
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() { | |||
48 | PROVIDES = "iasl" | 48 | PROVIDES = "iasl" |
49 | RPROVIDES_${PN} += "iasl" | 49 | RPROVIDES_${PN} += "iasl" |
50 | RREPLACES_${PN} += "iasl" | 50 | RREPLACES_${PN} += "iasl" |
51 | RCONFLIGHTS_${PN} += "iasl" | 51 | RCONFLICTS_${PN} += "iasl" |
52 | 52 | ||
53 | NATIVE_INSTALL_WORKS = "1" | ||
54 | BBCLASSEXTEND = "native" | 53 | BBCLASSEXTEND = "native" |