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>
This commit is contained in:
Mikko Rapeli 2025-07-10 11:54:36 +03:00 committed by Khem Raj
parent 9e810fbaeb
commit b572fdf8e1
No known key found for this signature in database
GPG Key ID: BB053355919D3314
3 changed files with 2 additions and 26 deletions

View File

@ -1,23 +0,0 @@
From 4c8f95fedecbc590eb7cd98aaf97912fa36b8f2e Mon Sep 17 00:00:00 2001
From: Khem Raj <raj.khem@gmail.com>
Date: Fri, 7 Jun 2024 23:58:36 -0700
Subject: [PATCH] efi/generate_binary.py: Use env to detect python3
This enables python3 from native sysroot correctly
Upstream-Status: Pending
Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
efi/generate_binary.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/efi/generate_binary.py b/efi/generate_binary.py
index 443472a..a4611bb 100755
--- a/efi/generate_binary.py
+++ b/efi/generate_binary.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python3
+#!/usr/bin/env python3
#
# Copyright (C) 2021 Javier Martinez Canillas <javierm@redhat.com>
# Copyright (C) 2021 Richard Hughes <richard@hughsie.com>

View File

@ -2,10 +2,9 @@ SUMMARY = "EFI executable for fwupd"
LICENSE = "LGPL-2.1-or-later"
LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
SRC_URI = "git://github.com/fwupd/fwupd-efi;protocol=https;branch=main \
file://0001-efi-generate_binary.py-Use-env-to-detect-python3.patch"
SRC_URI = "git://github.com/fwupd/fwupd-efi;protocol=https;branch=main"
SRCREV = "58a2928f778278ab1f7f8fcddbab81ba587a8962"
SRCREV = "cfd0be286a9b050c1aa4bfa3f0820256903a264a"
DEPENDS = "gnu-efi python3-pefile-native"