From: Marta Rybczynska Date: Wed, 14 Dec 2022 18:45:19 +0000 (+0100) Subject: efibootmgr: update compilation with musl X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~2287 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ca719c0c6b2946aa1f4fd89808fbd229fe2929c8;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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. Signed-off-by: Marta Rybczynska Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-bsp/efibootmgr/efibootmgr_18.bb b/meta/recipes-bsp/efibootmgr/efibootmgr_18.bb index cbcaac1e971..fbd2f5dbc83 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' -