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:41:42 +0000 |
commit | b0146f21765b10c1f71807372f69a286bc9c2474 (patch) | |
tree | 01b63c8937793436eeed2785011ff262e56f579d | |
parent | 8483cc895cf6d9fbacc38878b543d7c608178d05 (diff) | |
download | openembedded-core-b0146f21765b10c1f71807372f69a286bc9c2474.tar.gz openembedded-core-b0146f21765b10c1f71807372f69a286bc9c2474.tar.bz2 openembedded-core-b0146f21765b10c1f71807372f69a286bc9c2474.zip |
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 <paul.eggleton@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
-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() { PROVIDES = "iasl" RPROVIDES_${PN} += "iasl" RREPLACES_${PN} += "iasl" -RCONFLIGHTS_${PN} += "iasl" +RCONFLICTS_${PN} += "iasl" -NATIVE_INSTALL_WORKS = "1" BBCLASSEXTEND = "native" |