summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-bsp/efibootmgr/efibootmgr_0.16.bb
diff options
context:
space:
mode:
authorHongxu Jia <hongxu.jia@windriver.com>2018-08-01 15:21:31 +0800
committerKhem Raj <raj.khem@gmail.com>2018-08-02 11:23:03 -0700
commitc45b619df0ab8ee6e0035e7ca4719b86d88d2aca (patch)
tree4e4893b0611d212070fdb97fea56cf644380f4a9 /meta-oe/recipes-bsp/efibootmgr/efibootmgr_0.16.bb
parent0d4aa6076c87dbce1e122e1210b8198d749201a3 (diff)
downloadmeta-openembedded-c45b619df0ab8ee6e0035e7ca4719b86d88d2aca.tar.gz
efibootmgr: 0.15 -> 0.16
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-bsp/efibootmgr/efibootmgr_0.16.bb')
-rw-r--r--meta-oe/recipes-bsp/efibootmgr/efibootmgr_0.16.bb27
1 files changed, 27 insertions, 0 deletions
diff --git a/meta-oe/recipes-bsp/efibootmgr/efibootmgr_0.16.bb b/meta-oe/recipes-bsp/efibootmgr/efibootmgr_0.16.bb
new file mode 100644
index 0000000000..6497e09230
--- /dev/null
+++ b/meta-oe/recipes-bsp/efibootmgr/efibootmgr_0.16.bb
@@ -0,0 +1,27 @@
1DESCRIPTION = "Linux user-space application to modify the EFI Boot Manager."
2SUMMARY = "EFI Boot Manager"
3HOMEPAGE = "https://github.com/rhinstaller/efibootmgr"
4SECTION = "base"
5
6LICENSE = "GPLv2+"
7LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3"
8
9DEPENDS = "pciutils zlib efivar"
10
11COMPATIBLE_HOST = "(i.86|x86_64|arm|aarch64).*-linux"
12
13SRCREV = "a5103251a11663adddc85c86e0b8d3d3b73cbb4a"
14SRC_URI = "git://github.com/rhinstaller/efibootmgr.git;protocol=https \
15 "
16S = "${WORKDIR}/git"
17
18inherit pkgconfig
19
20EXTRA_OEMAKE = "'EFIDIR=/' 'CC=${CC}' 'CFLAGS=${CFLAGS} -I${S}/src/include `pkg-config --cflags efivar`'"
21
22CFLAGS_append_toolchain-clang = " -Wno-error"
23do_install () {
24 install -D -p -m0755 ${B}/src/efibootmgr ${D}/${sbindir}/efibootmgr
25}
26
27CLEANBROKEN = "1"