From 2f4691f403c293349738a1c3040b74db21592159 Mon Sep 17 00:00:00 2001 From: Marta Rybczynska Date: Wed, 14 Dec 2022 15:28:54 +0100 Subject: [PATCH] efibootmgr: update compilation with musl Since the commit 005b6aba89eaf1b79fdd7565dd028fdd9bbfcc7d (efivar: add musl libc compatibility) efibootmgr compiles with musl too. Update the variable to take that into account. (From OE-Core rev: ada5e64a97d5f269886772540e0bb0c324088b21) Signed-off-by: Marta Rybczynska Signed-off-by: Steve Sakoman Signed-off-by: Richard Purdie --- meta/recipes-bsp/efibootmgr/efibootmgr_17.bb | 2 -- 1 file changed, 2 deletions(-) diff --git a/meta/recipes-bsp/efibootmgr/efibootmgr_17.bb b/meta/recipes-bsp/efibootmgr/efibootmgr_17.bb index 11d8b9061d..be6571b3fa 100644 --- a/meta/recipes-bsp/efibootmgr/efibootmgr_17.bb +++ b/meta/recipes-bsp/efibootmgr/efibootmgr_17.bb @@ -34,6 +34,4 @@ do_install () { } CLEANBROKEN = "1" -# https://github.com/rhboot/efivar/issues/202 -COMPATIBLE_HOST:libc-musl = 'null'