summaryrefslogtreecommitdiffstats
path: root/meta-linaro/recipes-extra/efibootmgr/efibootmgr_0.5.4.bb
diff options
context:
space:
mode:
authorTudor Florea <tudor.florea@enea.com>2015-10-08 22:46:13 +0200
committerTudor Florea <tudor.florea@enea.com>2015-10-08 22:46:13 +0200
commit8d89651ef729e560ad96dcfc002fcde6ff7f923b (patch)
treeeb5be01c25f735d12fe9881ee6327c9b7e8bbe39 /meta-linaro/recipes-extra/efibootmgr/efibootmgr_0.5.4.bb
downloadmeta-linaro-dizzy-enea.tar.gz
initial commit for Enea Linux 5.0 armdizzy-enea
Signed-off-by: Tudor Florea <tudor.florea@enea.com>
Diffstat (limited to 'meta-linaro/recipes-extra/efibootmgr/efibootmgr_0.5.4.bb')
-rw-r--r--meta-linaro/recipes-extra/efibootmgr/efibootmgr_0.5.4.bb33
1 files changed, 33 insertions, 0 deletions
diff --git a/meta-linaro/recipes-extra/efibootmgr/efibootmgr_0.5.4.bb b/meta-linaro/recipes-extra/efibootmgr/efibootmgr_0.5.4.bb
new file mode 100644
index 0000000..1b91418
--- /dev/null
+++ b/meta-linaro/recipes-extra/efibootmgr/efibootmgr_0.5.4.bb
@@ -0,0 +1,33 @@
1DESCRIPTION = "Linux user-space application to modify the EFI Boot Manager."
2SUMMARY = "EFI Boot Manager"
3HOMEPAGE = "http://linux.dell.com/efibootmgr/"
4SECTION = "base"
5LICENSE = "GPLv2+"
6LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3"
7DEPENDS = "pciutils \
8 zlib"
9COMPATIBLE_HOST = "(i.86|x86_64|arm|aarch64).*-linux"
10
11PR = "r1"
12
13SRC_URI = "http://linux.dell.com/efibootmgr/permalink/efibootmgr-${PV}.tar.gz \
14 file://ldflags.patch \
15 file://docbook-fixes.patch \
16 file://w-keep-existing-mbr-signature.patch \
17 file://efibootmgr-0.5.4-support-4k-sectors.patch \
18 file://efibootmgr-0.5.4-Work-around-broken-Apple-firmware.patch \
19 file://efibootmgr-0.5.4-Remove-device-path-padding-on-non-Itanium.patch \
20 file://efibootmgr-0.5.4-fix-minor-memory-leak.patch \
21 file://efibootmgr-0.5.4-fix-disk-minor-number-discovery.patch \
22 file://efibootmgr-0.5.4-make_boot_var-does-not-check-for-failed-status-with-.patch"
23
24SRC_URI[md5sum] = "cfcf24752d6461b73f7ba964bbf73169"
25SRC_URI[sha256sum] = "b562a47a4f5327494992f2ee6ae14a75c5aeb9b4a3a78a06749d5cd2917b8e71"
26
27S = "${WORKDIR}/efibootmgr-${PV}"
28
29EXTRA_OEMAKE = "'CC=${CC}' 'CFLAGS=${CFLAGS} -I${S}/src/lib -I${S}/src/include'"
30
31do_install () {
32 install -D -p -m0755 src/efibootmgr/efibootmgr ${D}/${sbindir}/efibootmgr
33}