summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarta Rybczynska <rybczynska@gmail.com>2022-12-14 19:45:19 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-12-17 23:49:56 +0000
commit882c3e58751d6fcc2ed14a3cff8f61ab2b8315c1 (patch)
tree6142e26ed34b56eecf7cfb68651a599b55c102c4
parente55f3f911f0bf53de488b44eda5e8f768a6a721d (diff)
downloadpoky-882c3e58751d6fcc2ed14a3cff8f61ab2b8315c1.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. (From OE-Core rev: ca719c0c6b2946aa1f4fd89808fbd229fe2929c8) Signed-off-by: Marta Rybczynska <marta.rybczynska@linaro.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-bsp/efibootmgr/efibootmgr_18.bb3
1 files changed, 0 insertions, 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 () {
30} 30}
31 31
32CLEANBROKEN = "1" 32CLEANBROKEN = "1"
33# https://github.com/rhboot/efivar/issues/202
34COMPATIBLE_HOST:libc-musl = 'null'
35