summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMikko Rapeli <mikko.rapeli@linaro.org>2025-07-10 11:54:36 +0300
committerKhem Raj <raj.khem@gmail.com>2025-07-10 10:46:22 -0700
commitb572fdf8e12c18ad4d349eba692cace4ce584039 (patch)
tree360ca48a2d8db83d24a31b905c3d6ba8d354be8f
parent9e810fbaebc47835a8ba737c367a3097e1f3e2c3 (diff)
downloadmeta-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.patch23
-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 @@
1From 4c8f95fedecbc590eb7cd98aaf97912fa36b8f2e Mon Sep 17 00:00:00 2001
2From: Khem Raj <raj.khem@gmail.com>
3Date: Fri, 7 Jun 2024 23:58:36 -0700
4Subject: [PATCH] efi/generate_binary.py: Use env to detect python3
5
6This enables python3 from native sysroot correctly
7
8Upstream-Status: Pending
9Signed-off-by: Khem Raj <raj.khem@gmail.com>
10---
11 efi/generate_binary.py | 2 +-
12 1 file changed, 1 insertion(+), 1 deletion(-)
13
14diff --git a/efi/generate_binary.py b/efi/generate_binary.py
15index 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"
2LICENSE = "LGPL-2.1-or-later" 2LICENSE = "LGPL-2.1-or-later"
3LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" 3LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
4 4
5SRC_URI = "git://github.com/fwupd/fwupd-efi;protocol=https;branch=main \ 5SRC_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
8SRCREV = "58a2928f778278ab1f7f8fcddbab81ba587a8962" 7SRCREV = "cfd0be286a9b050c1aa4bfa3f0820256903a264a"
9 8
10DEPENDS = "gnu-efi python3-pefile-native" 9DEPENDS = "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