diff options
| author | Ankur Tyagi <ankur.tyagi85@gmail.com> | 2026-03-20 13:38:00 +1300 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2026-03-20 09:51:52 -0700 |
| commit | d0f957a0cc836fe7625f4e0c902dc63b59a5a0bb (patch) | |
| tree | d71c1d8a8e7b03e73ac94a5e4a52e7f96aa5d061 /meta-oe | |
| parent | bdfd9f745b9e28e73e6a580a611ff4eb79067d8e (diff) | |
| download | meta-openembedded-d0f957a0cc836fe7625f4e0c902dc63b59a5a0bb.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>
Diffstat (limited to 'meta-oe')
| -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" | |||
| 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;tag=${PV}" |
| 6 | 6 | ||
| 7 | SRCREV = "cfd0be286a9b050c1aa4bfa3f0820256903a264a" | 7 | SRCREV = "8572a93e81e7110b88445d1907fdd73982557347" |
| 8 | 8 | ||
| 9 | DEPENDS = "gnu-efi python3-pefile-native" | 9 | DEPENDS = "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 |
| 31 | TOOLCHAIN = "gcc" | 31 | TOOLCHAIN = "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 | #| | ^~~~~~~~~~~~~~~~ | ||
| 37 | TOOLCHAIN_OPTIONS += "-Wno-error=incompatible-pointer-types" | ||
