diff options
author | Tudor Florea <tudor.florea@enea.com> | 2015-10-08 22:46:13 +0200 |
---|---|---|
committer | Tudor Florea <tudor.florea@enea.com> | 2015-10-08 22:46:13 +0200 |
commit | 8d89651ef729e560ad96dcfc002fcde6ff7f923b (patch) | |
tree | eb5be01c25f735d12fe9881ee6327c9b7e8bbe39 /meta-linaro/recipes-extra/efibootmgr/efibootmgr_0.5.4.bb | |
download | meta-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.bb | 33 |
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 @@ | |||
1 | DESCRIPTION = "Linux user-space application to modify the EFI Boot Manager." | ||
2 | SUMMARY = "EFI Boot Manager" | ||
3 | HOMEPAGE = "http://linux.dell.com/efibootmgr/" | ||
4 | SECTION = "base" | ||
5 | LICENSE = "GPLv2+" | ||
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3" | ||
7 | DEPENDS = "pciutils \ | ||
8 | zlib" | ||
9 | COMPATIBLE_HOST = "(i.86|x86_64|arm|aarch64).*-linux" | ||
10 | |||
11 | PR = "r1" | ||
12 | |||
13 | SRC_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 | |||
24 | SRC_URI[md5sum] = "cfcf24752d6461b73f7ba964bbf73169" | ||
25 | SRC_URI[sha256sum] = "b562a47a4f5327494992f2ee6ae14a75c5aeb9b4a3a78a06749d5cd2917b8e71" | ||
26 | |||
27 | S = "${WORKDIR}/efibootmgr-${PV}" | ||
28 | |||
29 | EXTRA_OEMAKE = "'CC=${CC}' 'CFLAGS=${CFLAGS} -I${S}/src/lib -I${S}/src/include'" | ||
30 | |||
31 | do_install () { | ||
32 | install -D -p -m0755 src/efibootmgr/efibootmgr ${D}/${sbindir}/efibootmgr | ||
33 | } | ||