summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarta Rybczynska <rybczynska@gmail.com>2022-12-14 15:28:54 +0100
committerSteve Sakoman <steve@sakoman.com>2022-12-17 04:10:41 -1000
commitada5e64a97d5f269886772540e0bb0c324088b21 (patch)
tree0dd98ca98954932fe23dae3ef5b1e9398882a2a4
parent2d0641df27196ad029d95c52fb790122b2db3f9f (diff)
downloadopenembedded-core-ada5e64a97d5f269886772540e0bb0c324088b21.tar.gz
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 <marta.rybczynska@linaro.org> Signed-off-by: Steve Sakoman <steve@sakoman.com>
-rw-r--r--meta/recipes-bsp/efibootmgr/efibootmgr_17.bb2
1 files changed, 0 insertions, 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'