]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
uboot-extlinux-config.bbclass: Remove repeated space character
authorDaniel Semkowicz <dse@thaumatec.com>
Mon, 2 Oct 2023 13:36:13 +0000 (15:36 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 4 Oct 2023 22:54:51 +0000 (23:54 +0100)
Signed-off-by: Daniel Semkowicz <dse@thaumatec.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes-recipe/uboot-extlinux-config.bbclass

index f752c16b9cd1dac50751ab18b88d9431046c9030..f99100708dc6087ed09bdd4e61061410ce9c3ee1 100644 (file)
@@ -98,7 +98,7 @@ python do_create_extlinux_config() {
             if len(labels.split()) > 1:
                 cfgfile.write('menu title Select the boot mode\n')
 
-            timeout =  localdata.getVar('UBOOT_EXTLINUX_TIMEOUT')
+            timeout = localdata.getVar('UBOOT_EXTLINUX_TIMEOUT')
             if timeout:
                 cfgfile.write('TIMEOUT %s\n' % (timeout))