summaryrefslogtreecommitdiffstats
path: root/meta/recipes-bsp/efivar/efivar_38.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-bsp/efivar/efivar_38.bb')
-rw-r--r--meta/recipes-bsp/efivar/efivar_38.bb3
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/recipes-bsp/efivar/efivar_38.bb b/meta/recipes-bsp/efivar/efivar_38.bb
index 68c4b4b914..53fe20a95b 100644
--- a/meta/recipes-bsp/efivar/efivar_38.bb
+++ b/meta/recipes-bsp/efivar/efivar_38.bb
@@ -10,6 +10,7 @@ COMPATIBLE_HOST = "(i.86|x86_64|arm|aarch64).*-linux"
10SRC_URI = "git://github.com/rhinstaller/efivar.git;branch=main;protocol=https \ 10SRC_URI = "git://github.com/rhinstaller/efivar.git;branch=main;protocol=https \
11 file://0001-docs-do-not-build-efisecdb-manpage.patch \ 11 file://0001-docs-do-not-build-efisecdb-manpage.patch \
12 file://0001-src-Makefile-build-util.c-separately-for-makeguids.patch \ 12 file://0001-src-Makefile-build-util.c-separately-for-makeguids.patch \
13 file://efisecdb-fix-build-with-musl-libc.patch \
13 " 14 "
14SRCREV = "1753149d4176ebfb2b135ac0aaf79340bf0e7a93" 15SRCREV = "1753149d4176ebfb2b135ac0aaf79340bf0e7a93"
15 16
@@ -36,5 +37,3 @@ BBCLASSEXTEND = "native"
36RRECOMMENDS:${PN}:class-target = "kernel-module-efivarfs" 37RRECOMMENDS:${PN}:class-target = "kernel-module-efivarfs"
37 38
38CLEANBROKEN = "1" 39CLEANBROKEN = "1"
39# https://github.com/rhboot/efivar/issues/202
40COMPATIBLE_HOST:libc-musl = 'null'