mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-15 16:07:26 +00:00
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>
(cherry picked from commit b572fdf8e1)
Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com>
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
This commit is contained in:
committed by
Gyorgy Sarvari
parent
9ea05dc658
commit
a9d033d426
-23
@@ -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>
|
|
||||||
+2
-3
@@ -2,10 +2,9 @@ SUMMARY = "EFI executable for fwupd"
|
|||||||
LICENSE = "LGPL-2.1-or-later"
|
LICENSE = "LGPL-2.1-or-later"
|
||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
|
LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
|
||||||
|
|
||||||
SRC_URI = "git://github.com/fwupd/fwupd-efi;protocol=https;branch=main \
|
SRC_URI = "git://github.com/fwupd/fwupd-efi;protocol=https;branch=main"
|
||||||
file://0001-efi-generate_binary.py-Use-env-to-detect-python3.patch"
|
|
||||||
|
|
||||||
SRCREV = "58a2928f778278ab1f7f8fcddbab81ba587a8962"
|
SRCREV = "cfd0be286a9b050c1aa4bfa3f0820256903a264a"
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
DEPENDS = "gnu-efi python3-pefile-native"
|
DEPENDS = "gnu-efi python3-pefile-native"
|
||||||
Reference in New Issue
Block a user