diff options
Diffstat (limited to 'meta-oe/recipes-bsp')
| -rw-r--r-- | meta-oe/recipes-bsp/bolt/bolt_0.9.11.bb (renamed from meta-oe/recipes-bsp/bolt/bolt_0.9.10.bb) | 4 | ||||
| -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 |
2 files changed, 4 insertions, 10 deletions
diff --git a/meta-oe/recipes-bsp/bolt/bolt_0.9.10.bb b/meta-oe/recipes-bsp/bolt/bolt_0.9.11.bb index 3d1686bcf6..924964f6b6 100644 --- a/meta-oe/recipes-bsp/bolt/bolt_0.9.10.bb +++ b/meta-oe/recipes-bsp/bolt/bolt_0.9.11.bb | |||
| @@ -7,8 +7,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" | |||
| 7 | DEPENDS = "udev polkit dbus" | 7 | DEPENDS = "udev polkit dbus" |
| 8 | REQUIRED_DISTRO_FEATURES = "polkit" | 8 | REQUIRED_DISTRO_FEATURES = "polkit" |
| 9 | 9 | ||
| 10 | SRC_URI = "git://gitlab.freedesktop.org/bolt/bolt.git;protocol=https;branch=master" | 10 | SRC_URI = "git://gitlab.freedesktop.org/bolt/bolt.git;protocol=https;branch=master;tag=${PV}" |
| 11 | SRCREV = "c0d4cb2f4399e86417907a37c0d8ef3bb9fb406f" | 11 | SRCREV = "9d1d66380353dab94c28466f34adb2ba6c7e4393" |
| 12 | 12 | ||
| 13 | 13 | ||
| 14 | CVE_PRODUCT = "freedesktop:bolt" | 14 | CVE_PRODUCT = "freedesktop:bolt" |
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" | ||
