mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
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>
This commit is contained in:
parent
f5901568b3
commit
b69a0bb503
@ -2,9 +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;tag=${PV}"
|
||||||
|
|
||||||
SRCREV = "cfd0be286a9b050c1aa4bfa3f0820256903a264a"
|
SRCREV = "8572a93e81e7110b88445d1907fdd73982557347"
|
||||||
|
|
||||||
DEPENDS = "gnu-efi python3-pefile-native"
|
DEPENDS = "gnu-efi python3-pefile-native"
|
||||||
|
|
||||||
@ -29,9 +29,3 @@ EXTRA_OEMESON += "\
|
|||||||
|
|
||||||
# The compile assumes GCC at present
|
# The compile assumes GCC at present
|
||||||
TOOLCHAIN = "gcc"
|
TOOLCHAIN = "gcc"
|
||||||
|
|
||||||
# Multiple errors like below with gcc14
|
|
||||||
#| ../git/efi/fwupdate.c:611:20: error: passing argument 5 of 'fwup_log' from incompatible pointer type [-Wincompatible-pointer-types]
|
|
||||||
#| 611 | fwup_debug(L"n_updates: %d", n_updates);
|
|
||||||
#| | ^~~~~~~~~~~~~~~~
|
|
||||||
TOOLCHAIN_OPTIONS += "-Wno-error=incompatible-pointer-types"
|
|
||||||
Loading…
x
Reference in New Issue
Block a user