summaryrefslogtreecommitdiffstats
path: root/meta/recipes-bsp/efibootmgr/efibootmgr_17.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-bsp/efibootmgr/efibootmgr_17.bb')
-rw-r--r--meta/recipes-bsp/efibootmgr/efibootmgr_17.bb6
1 files changed, 5 insertions, 1 deletions
diff --git a/meta/recipes-bsp/efibootmgr/efibootmgr_17.bb b/meta/recipes-bsp/efibootmgr/efibootmgr_17.bb
index e9dfa0770e..3f883122e0 100644
--- a/meta/recipes-bsp/efibootmgr/efibootmgr_17.bb
+++ b/meta/recipes-bsp/efibootmgr/efibootmgr_17.bb
@@ -13,7 +13,8 @@ COMPATIBLE_HOST = "(i.86|x86_64|arm|aarch64).*-linux"
13SRC_URI = "git://github.com/rhinstaller/efibootmgr.git;protocol=https;branch=master \ 13SRC_URI = "git://github.com/rhinstaller/efibootmgr.git;protocol=https;branch=master \
14 file://0001-remove-extra-decl.patch \ 14 file://0001-remove-extra-decl.patch \
15 file://97668ae0bce776a36ea2001dea63d376be8274ac.patch \ 15 file://97668ae0bce776a36ea2001dea63d376be8274ac.patch \
16 " 16 file://0001-src-make-compatible-with-efivar-38.patch \
17 "
17SRCREV = "e067160ecef8208e1944002e5d50b275733211fb" 18SRCREV = "e067160ecef8208e1944002e5d50b275733211fb"
18 19
19S = "${WORKDIR}/git" 20S = "${WORKDIR}/git"
@@ -33,3 +34,6 @@ do_install () {
33} 34}
34 35
35CLEANBROKEN = "1" 36CLEANBROKEN = "1"
37# https://github.com/rhboot/efivar/issues/202
38COMPATIBLE_HOST:libc-musl = 'null'
39