mirror of
https://git.yoctoproject.org/poky
synced 2026-02-26 19:39:40 +01:00
util-linux: Add lastb to alternatives
util-linux creates lastb as a symlink to last during the build. Just as other applications may provide last, other applications may provide lastb. Add alternatives designations for lastb to avoid installation conflicts with other applications. (From OE-Core rev: cde6a85fd327407320adaad21203079a8dacbf23) Signed-off-by: Bryan Evenson <bevenson@melinkcorp.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
775dedb67e
commit
9b1ad0ee2f
@@ -174,7 +174,7 @@ do_install_append_class-native () {
|
||||
ALTERNATIVE_PRIORITY = "100"
|
||||
|
||||
ALTERNATIVE_${PN} = "dmesg kill more mkswap blockdev pivot_root switch_root"
|
||||
ALTERNATIVE_${PN} += "mkfs.minix hexdump last logger mesg renice wall"
|
||||
ALTERNATIVE_${PN} += "mkfs.minix hexdump last lastb logger mesg renice wall"
|
||||
ALTERNATIVE_${PN} += "setsid chrt flock utmpdump eject"
|
||||
|
||||
ALTERNATIVE_LINK_NAME[dmesg] = "${base_bindir}/dmesg"
|
||||
|
||||
Reference in New Issue
Block a user