diff options
author | Bryan Evenson <bevenson@melinkcorp.com> | 2015-04-20 11:07:37 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-04-21 07:20:23 +0100 |
commit | fcc60929a098034793446ff852b23a61373fc08e (patch) | |
tree | 7ab05889bc011f2178ef75d15ae5a8fa98d2cc20 /meta/recipes-core/sysvinit | |
parent | ca2948a1d4e408bccdfcd43fc8833ea356a74bca (diff) | |
download | poky-fcc60929a098034793446ff852b23a61373fc08e.tar.gz |
sysvinit: Add lastb to alternatives
SysVinit 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: c76270e55cf6db6c757690f4b8df8c95924bdcd7)
Signed-off-by: Bryan Evenson <bevenson@melinkcorp.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/sysvinit')
-rw-r--r-- | meta/recipes-core/sysvinit/sysvinit_2.88dsf.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/sysvinit/sysvinit_2.88dsf.bb b/meta/recipes-core/sysvinit/sysvinit_2.88dsf.bb index 00d333323e..2c7e3ce6c2 100644 --- a/meta/recipes-core/sysvinit/sysvinit_2.88dsf.bb +++ b/meta/recipes-core/sysvinit/sysvinit_2.88dsf.bb | |||
@@ -29,7 +29,7 @@ B = "${S}/src" | |||
29 | inherit update-alternatives | 29 | inherit update-alternatives |
30 | DEPENDS_append = " update-rc.d-native base-passwd" | 30 | DEPENDS_append = " update-rc.d-native base-passwd" |
31 | 31 | ||
32 | ALTERNATIVE_${PN} = "init mountpoint halt reboot runlevel shutdown poweroff last mesg utmpdump wall" | 32 | ALTERNATIVE_${PN} = "init mountpoint halt reboot runlevel shutdown poweroff last lastb mesg utmpdump wall" |
33 | 33 | ||
34 | ALTERNATIVE_PRIORITY = "200" | 34 | ALTERNATIVE_PRIORITY = "200" |
35 | 35 | ||