From 1c807f94af8354174a7bfc5dcf5fab3c2f785684 Mon Sep 17 00:00:00 2001 From: jbouchard Date: Tue, 4 May 2021 09:19:07 -0400 Subject: [PATCH] typo in chownboot --- .../recipes-bsp/grub/grub-efi-efi-secure-boot.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-efi-secure-boot/recipes-bsp/grub/grub-efi-efi-secure-boot.inc b/meta-efi-secure-boot/recipes-bsp/grub/grub-efi-efi-secure-boot.inc index 49e3cf1..7a73259 100644 --- a/meta-efi-secure-boot/recipes-bsp/grub/grub-efi-efi-secure-boot.inc +++ b/meta-efi-secure-boot/recipes-bsp/grub/grub-efi-efi-secure-boot.inc @@ -172,7 +172,7 @@ python do_sign() { addtask sign after do_install before do_deploy do_package fakeroot do_chownboot() { - if [ "${GRUB_SIGN_VERIFY}" = "1"]; then + if [ "${GRUB_SIGN_VERIFY}" = "1" ]; then chown root:root -R "${D}${EFI_BOOT_PATH}/grub.cfg${SB_FILE_EXT}" chown root:root -R "${D}${EFI_BOOT_PATH}/boot-menu.inc${SB_FILE_EXT}" [ x"${UEFI_SB}" = x"1" ] && {