]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
efibootmgr: update compilation with musl
authorMarta Rybczynska <rybczynska@gmail.com>
Wed, 14 Dec 2022 18:45:19 +0000 (19:45 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 17 Dec 2022 23:49:04 +0000 (23:49 +0000)
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>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-bsp/efibootmgr/efibootmgr_18.bb

index cbcaac1e97136c41c52c8a9003be1139eb8d9f87..fbd2f5dbc83f613e0f13b79bfc8fd7147a8dd644 100644 (file)
@@ -30,6 +30,3 @@ do_install () {
 }
 
 CLEANBROKEN = "1"
-# https://github.com/rhboot/efivar/issues/202
-COMPATIBLE_HOST:libc-musl = 'null'
-