Message ID | 20221214193514.1231884-1-rybczynska@gmail.com |
---|---|
State | New |
Headers | show |
Series | [langdale] efibootmgr: update compilation with musl | expand |
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' -
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 <marta.rybczynska@linaro.org> --- meta/recipes-bsp/efibootmgr/efibootmgr_18.bb | 3 --- 1 file changed, 3 deletions(-)