[oe-commits] [openembedded-core] 44/57: acpica: drop NATIVE_INSTALL_WORKS and fix RCONFLICTS

git at git.openembedded.org git at git.openembedded.org
Sat Dec 9 14:44:36 UTC 2017


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 183991ca07d30d010d7680e1029c6d3118bc555c
Author: Paul Eggleton <paul.eggleton at linux.intel.com>
AuthorDate: Tue Dec 5 09:46:20 2017 +1300

    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 at linux.intel.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-extended/acpica/acpica_20170303.bb | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/meta/recipes-extended/acpica/acpica_20170303.bb b/meta/recipes-extended/acpica/acpica_20170303.bb
index e712ca0..8e914cd 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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list