mirror of
https://git.yoctoproject.org/poky
synced 2026-07-26 07:07:08 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
d469cd9554
commit
fc31a73790
@@ -48,7 +48,6 @@ do_install() {
|
|||||||
PROVIDES = "iasl"
|
PROVIDES = "iasl"
|
||||||
RPROVIDES_${PN} += "iasl"
|
RPROVIDES_${PN} += "iasl"
|
||||||
RREPLACES_${PN} += "iasl"
|
RREPLACES_${PN} += "iasl"
|
||||||
RCONFLIGHTS_${PN} += "iasl"
|
RCONFLICTS_${PN} += "iasl"
|
||||||
|
|
||||||
NATIVE_INSTALL_WORKS = "1"
|
|
||||||
BBCLASSEXTEND = "native"
|
BBCLASSEXTEND = "native"
|
||||||
|
|||||||
Reference in New Issue
Block a user