diff options
| author | Mikko Rapeli <mikko.rapeli@linaro.org> | 2025-07-10 11:54:36 +0300 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-07-10 10:46:22 -0700 |
| commit | b572fdf8e12c18ad4d349eba692cace4ce584039 (patch) | |
| tree | 360ca48a2d8db83d24a31b905c3d6ba8d354be8f | |
| parent | 9e810fbaebc47835a8ba737c367a3097e1f3e2c3 (diff) | |
| download | meta-openembedded-b572fdf8e12c18ad4d349eba692cace4ce584039.tar.gz | |
fwupd-efi: update from 1.6 to 1.7
Remove upstreamed patch.
https://github.com/fwupd/fwupd-efi/releases/tag/1.7
This release fixes the following bugs:
Fix compilation with GNU-EFI 4.0
Signed-off-by: Mikko Rapeli <mikko.rapeli@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-oe/recipes-bsp/fwupd/fwupd-efi/0001-efi-generate_binary.py-Use-env-to-detect-python3.patch | 23 | ||||
| -rw-r--r-- | meta-oe/recipes-bsp/fwupd/fwupd-efi_1.7.bb (renamed from meta-oe/recipes-bsp/fwupd/fwupd-efi_1.6.bb) | 5 | ||||
| -rw-r--r-- | meta-oe/recipes-bsp/fwupd/fwupd_2.0.12.bb (renamed from meta-oe/recipes-bsp/fwupd/fwupd_1.9.30.bb) | 0 |
3 files changed, 2 insertions, 26 deletions
diff --git a/meta-oe/recipes-bsp/fwupd/fwupd-efi/0001-efi-generate_binary.py-Use-env-to-detect-python3.patch b/meta-oe/recipes-bsp/fwupd/fwupd-efi/0001-efi-generate_binary.py-Use-env-to-detect-python3.patch deleted file mode 100644 index c362681421..0000000000 --- a/meta-oe/recipes-bsp/fwupd/fwupd-efi/0001-efi-generate_binary.py-Use-env-to-detect-python3.patch +++ /dev/null | |||
| @@ -1,23 +0,0 @@ | |||
| 1 | From 4c8f95fedecbc590eb7cd98aaf97912fa36b8f2e Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Khem Raj <raj.khem@gmail.com> | ||
| 3 | Date: Fri, 7 Jun 2024 23:58:36 -0700 | ||
| 4 | Subject: [PATCH] efi/generate_binary.py: Use env to detect python3 | ||
| 5 | |||
| 6 | This enables python3 from native sysroot correctly | ||
| 7 | |||
| 8 | Upstream-Status: Pending | ||
| 9 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||
| 10 | --- | ||
| 11 | efi/generate_binary.py | 2 +- | ||
| 12 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
| 13 | |||
| 14 | diff --git a/efi/generate_binary.py b/efi/generate_binary.py | ||
| 15 | index 443472a..a4611bb 100755 | ||
| 16 | --- a/efi/generate_binary.py | ||
| 17 | +++ b/efi/generate_binary.py | ||
| 18 | @@ -1,4 +1,4 @@ | ||
| 19 | -#!/usr/bin/python3 | ||
| 20 | +#!/usr/bin/env python3 | ||
| 21 | # | ||
| 22 | # Copyright (C) 2021 Javier Martinez Canillas <javierm@redhat.com> | ||
| 23 | # Copyright (C) 2021 Richard Hughes <richard@hughsie.com> | ||
diff --git a/meta-oe/recipes-bsp/fwupd/fwupd-efi_1.6.bb b/meta-oe/recipes-bsp/fwupd/fwupd-efi_1.7.bb index bbf2b1fdac..d6ace116e7 100644 --- a/meta-oe/recipes-bsp/fwupd/fwupd-efi_1.6.bb +++ b/meta-oe/recipes-bsp/fwupd/fwupd-efi_1.7.bb | |||
| @@ -2,10 +2,9 @@ SUMMARY = "EFI executable for fwupd" | |||
| 2 | LICENSE = "LGPL-2.1-or-later" | 2 | LICENSE = "LGPL-2.1-or-later" |
| 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" |
| 4 | 4 | ||
| 5 | SRC_URI = "git://github.com/fwupd/fwupd-efi;protocol=https;branch=main \ | 5 | SRC_URI = "git://github.com/fwupd/fwupd-efi;protocol=https;branch=main" |
| 6 | file://0001-efi-generate_binary.py-Use-env-to-detect-python3.patch" | ||
| 7 | 6 | ||
| 8 | SRCREV = "58a2928f778278ab1f7f8fcddbab81ba587a8962" | 7 | SRCREV = "cfd0be286a9b050c1aa4bfa3f0820256903a264a" |
| 9 | 8 | ||
| 10 | DEPENDS = "gnu-efi python3-pefile-native" | 9 | DEPENDS = "gnu-efi python3-pefile-native" |
| 11 | 10 | ||
diff --git a/meta-oe/recipes-bsp/fwupd/fwupd_1.9.30.bb b/meta-oe/recipes-bsp/fwupd/fwupd_2.0.12.bb index 52d80be05b..52d80be05b 100644 --- a/meta-oe/recipes-bsp/fwupd/fwupd_1.9.30.bb +++ b/meta-oe/recipes-bsp/fwupd/fwupd_2.0.12.bb | |||
