summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnkur Tyagi <ankur.tyagi85@gmail.com>2026-03-20 13:38:00 +1300
committerKhem Raj <raj.khem@gmail.com>2026-03-19 22:27:08 -0700
commit604b37953dddcd3d348ebcf9f83804c25a9aae72 (patch)
tree12a40595fdbbdfc1f1489a33abe7b191176eb951
parent79550d88e59f3d83247c3220653b8866dbc9a2c3 (diff)
downloadmeta-openembedded-604b37953dddcd3d348ebcf9f83804c25a9aae72.tar.gz
fwupd-efi: upgrade 1.7 -> 1.8
Also include tag in the SRC_URI Release Notes: https://github.com/fwupd/fwupd-efi/releases/tag/1.8 Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-bsp/fwupd/fwupd-efi_1.8.bb (renamed from meta-oe/recipes-bsp/fwupd/fwupd-efi_1.7.bb)10
1 files changed, 2 insertions, 8 deletions
diff --git a/meta-oe/recipes-bsp/fwupd/fwupd-efi_1.7.bb b/meta-oe/recipes-bsp/fwupd/fwupd-efi_1.8.bb
index d6ace116e7..8682d97c06 100644
--- a/meta-oe/recipes-bsp/fwupd/fwupd-efi_1.7.bb
+++ b/meta-oe/recipes-bsp/fwupd/fwupd-efi_1.8.bb
@@ -2,9 +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;tag=${PV}"
6 6
7SRCREV = "cfd0be286a9b050c1aa4bfa3f0820256903a264a" 7SRCREV = "8572a93e81e7110b88445d1907fdd73982557347"
8 8
9DEPENDS = "gnu-efi python3-pefile-native" 9DEPENDS = "gnu-efi python3-pefile-native"
10 10
@@ -29,9 +29,3 @@ EXTRA_OEMESON += "\
29 29
30# The compile assumes GCC at present 30# The compile assumes GCC at present
31TOOLCHAIN = "gcc" 31TOOLCHAIN = "gcc"
32
33# Multiple errors like below with gcc14
34#| ../git/efi/fwupdate.c:611:20: error: passing argument 5 of 'fwup_log' from incompatible pointer type [-Wincompatible-pointer-types]
35#| 611 | fwup_debug(L"n_updates: %d", n_updates);
36#| | ^~~~~~~~~~~~~~~~
37TOOLCHAIN_OPTIONS += "-Wno-error=incompatible-pointer-types"