diff options
author | Bryan Evenson <bevenson@melinkcorp.com> | 2015-04-20 14:43:32 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-05-15 18:12:49 +0100 |
commit | 944b46c223b89fe748aefb9a518b93288a22a538 (patch) | |
tree | a9a64ffd70509ffacf6a0f68f6a5de296415beb5 | |
parent | 26e18a143ba5e7c6f58fd53f5c015b36c9ac96f1 (diff) | |
download | poky-944b46c223b89fe748aefb9a518b93288a22a538.tar.gz |
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)
(From OE-Core rev: 2665431f75ebc9eb1f47dee7d3ef362dcf5917a9)
Signed-off-by: Bryan Evenson <bevenson@melinkcorp.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-core/util-linux/util-linux.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/util-linux/util-linux.inc b/meta/recipes-core/util-linux/util-linux.inc index 80065e3a83..60309a51c9 100644 --- a/meta/recipes-core/util-linux/util-linux.inc +++ b/meta/recipes-core/util-linux/util-linux.inc | |||
@@ -174,7 +174,7 @@ do_install_append_class-native () { | |||
174 | ALTERNATIVE_PRIORITY = "100" | 174 | ALTERNATIVE_PRIORITY = "100" |
175 | 175 | ||
176 | ALTERNATIVE_${PN} = "dmesg kill more mkswap blockdev pivot_root switch_root" | 176 | ALTERNATIVE_${PN} = "dmesg kill more mkswap blockdev pivot_root switch_root" |
177 | ALTERNATIVE_${PN} += "mkfs.minix hexdump last logger mesg renice wall" | 177 | ALTERNATIVE_${PN} += "mkfs.minix hexdump last lastb logger mesg renice wall" |
178 | ALTERNATIVE_${PN} += "setsid chrt flock utmpdump eject" | 178 | ALTERNATIVE_${PN} += "setsid chrt flock utmpdump eject" |
179 | 179 | ||
180 | ALTERNATIVE_LINK_NAME[dmesg] = "${base_bindir}/dmesg" | 180 | ALTERNATIVE_LINK_NAME[dmesg] = "${base_bindir}/dmesg" |