mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
busybox-inittab: remove unused label variable
The label variable has been unused since commit 7120278. (From OE-Core rev: ca5872e3b4b9b3cd09dd4e6e43688f1c2bd43514) Signed-off-by: Raphael Schlarb <r.schlarb@instar.de> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
8834954f5a
commit
66d77cf3e6
@@ -21,7 +21,6 @@ do_install() {
|
||||
do
|
||||
speed=$(echo $s | cut -d\; -f 1)
|
||||
device=$(echo $s | cut -d\; -f 2)
|
||||
label=$(echo $device | sed -e 's/tty//' | tail --bytes=5)
|
||||
|
||||
echo "$device::respawn:${sbindir}/ttyrun $device ${base_sbindir}/getty $speed $device" >> ${D}${sysconfdir}/inittab
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user