summaryrefslogtreecommitdiffstats
path: root/meta/recipes-bsp/efibootmgr/efibootmgr_17.bb
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2022-07-20 10:43:54 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-07-23 13:55:25 +0100
commit157db777fcf2ab7b6e9d090b42247781e7d7dd53 (patch)
treedb319646aeb41874658842172ba5be78f0fad8a6 /meta/recipes-bsp/efibootmgr/efibootmgr_17.bb
parent3fa18ba264ef6cf2fed37a1d757d1f3a9868002b (diff)
downloadpoky-157db777fcf2ab7b6e9d090b42247781e7d7dd53.tar.gz
efibootmgr: update 17 -> 18
(From OE-Core rev: 1f96793eb395db2351e1062aa579e21897dc69c1) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-bsp/efibootmgr/efibootmgr_17.bb')
-rw-r--r--meta/recipes-bsp/efibootmgr/efibootmgr_17.bb39
1 files changed, 0 insertions, 39 deletions
diff --git a/meta/recipes-bsp/efibootmgr/efibootmgr_17.bb b/meta/recipes-bsp/efibootmgr/efibootmgr_17.bb
deleted file mode 100644
index 11d8b9061d..0000000000
--- a/meta/recipes-bsp/efibootmgr/efibootmgr_17.bb
+++ /dev/null
@@ -1,39 +0,0 @@
1DESCRIPTION = "Linux user-space application to modify the EFI Boot Manager."
2SUMMARY = "EFI Boot Manager"
3HOMEPAGE = "https://github.com/rhboot/efibootmgr"
4SECTION = "base"
5
6LICENSE = "GPL-2.0-or-later"
7LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3"
8
9DEPENDS = "efivar popt"
10
11COMPATIBLE_HOST = "(i.86|x86_64|arm|aarch64).*-linux"
12
13SRC_URI = "git://github.com/rhinstaller/efibootmgr.git;protocol=https;branch=master \
14 file://0001-remove-extra-decl.patch \
15 file://97668ae0bce776a36ea2001dea63d376be8274ac.patch \
16 file://0001-src-make-compatible-with-efivar-38.patch \
17 "
18SRCREV = "e067160ecef8208e1944002e5d50b275733211fb"
19
20S = "${WORKDIR}/git"
21
22inherit pkgconfig
23
24# The directory under the ESP that the default bootloader is found in. When
25# wic uses a subdirectory, this should use the same one too.
26EFIDIR ?= "/"
27
28EXTRA_OEMAKE += "'EFIDIR=${EFIDIR}'"
29
30CFLAGS += " -Wno-error"
31
32do_install () {
33 oe_runmake install DESTDIR="${D}"
34}
35
36CLEANBROKEN = "1"
37# https://github.com/rhboot/efivar/issues/202
38COMPATIBLE_HOST:libc-musl = 'null'
39