summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaphael Schlarb <r.schlarb@instar.de>2025-08-06 16:20:18 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-08-11 18:04:25 +0100
commit66d77cf3e6a8f0f073ff8fddddca3c5edea7c4f4 (patch)
tree751cc4c4647d809bdfd5d9808d3501ccad04a7ff
parent8834954f5a608278bed44fc44a0530d763d614ac (diff)
downloadpoky-66d77cf3e6a8f0f073ff8fddddca3c5edea7c4f4.tar.gz
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>
-rw-r--r--meta/recipes-core/busybox/busybox-inittab_1.37.0.bb1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-core/busybox/busybox-inittab_1.37.0.bb b/meta/recipes-core/busybox/busybox-inittab_1.37.0.bb
index 8b46b5763e..5e6c44a2e3 100644
--- a/meta/recipes-core/busybox/busybox-inittab_1.37.0.bb
+++ b/meta/recipes-core/busybox/busybox-inittab_1.37.0.bb
@@ -21,7 +21,6 @@ do_install() {
21 do 21 do
22 speed=$(echo $s | cut -d\; -f 1) 22 speed=$(echo $s | cut -d\; -f 1)
23 device=$(echo $s | cut -d\; -f 2) 23 device=$(echo $s | cut -d\; -f 2)
24 label=$(echo $device | sed -e 's/tty//' | tail --bytes=5)
25 24
26 echo "$device::respawn:${sbindir}/ttyrun $device ${base_sbindir}/getty $speed $device" >> ${D}${sysconfdir}/inittab 25 echo "$device::respawn:${sbindir}/ttyrun $device ${base_sbindir}/getty $speed $device" >> ${D}${sysconfdir}/inittab
27 done 26 done