From 882c3e58751d6fcc2ed14a3cff8f61ab2b8315c1 Mon Sep 17 00:00:00 2001 From: Marta Rybczynska Date: Wed, 14 Dec 2022 19:45:19 +0100 Subject: 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: ca719c0c6b2946aa1f4fd89808fbd229fe2929c8) Signed-off-by: Marta Rybczynska Signed-off-by: Richard Purdie --- meta/recipes-bsp/efibootmgr/efibootmgr_18.bb | 3 --- 1 file changed, 3 deletions(-) diff --git a/meta/recipes-bsp/efibootmgr/efibootmgr_18.bb b/meta/recipes-bsp/efibootmgr/efibootmgr_18.bb index cbcaac1e97..fbd2f5dbc8 100644 --- a/meta/recipes-bsp/efibootmgr/efibootmgr_18.bb +++ b/meta/recipes-bsp/efibootmgr/efibootmgr_18.bb @@ -30,6 +30,3 @@ do_install () { } CLEANBROKEN = "1" -# https://github.com/rhboot/efivar/issues/202 -COMPATIBLE_HOST:libc-musl = 'null' - -- cgit v1.2.3-54-g00ecf