gnu-efi-libs: update to 3.0.18.
This commit is contained in:
parent
09df9605f3
commit
3175ea610e
|
@ -1,22 +0,0 @@
|
|||
riscv64: adjust type definitions
|
||||
|
||||
CHAR8 needs to be defined while BOOLEAN should be removed
|
||||
here to prevent typedef conflicts
|
||||
|
||||
Source: https://sourceforge.net/p/gnu-efi/code/ci/1de509497826faa0ad84b82f5e2c3d21ee613459/
|
||||
---
|
||||
--- a/inc/riscv64/efibind.h 2023-05-02 13:51:45.000000000 +0200
|
||||
+++ - 2024-02-16 17:14:57.455180520 +0100
|
||||
@@ -32,11 +32,9 @@
|
||||
typedef int16_t INT16;
|
||||
typedef uint8_t UINT8;
|
||||
typedef int8_t INT8;
|
||||
+typedef char CHAR8;
|
||||
typedef wchar_t CHAR16;
|
||||
#define WCHAR CHAR16
|
||||
-#ifndef BOOLEAN
|
||||
-typedef uint8_t BOOLEAN;
|
||||
-#endif
|
||||
#undef VOID
|
||||
typedef void VOID;
|
||||
typedef int64_t INTN;
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'gnu-efi-libs'
|
||||
pkgname=gnu-efi-libs
|
||||
reverts="3.0w_1" # Not an actual revert, xbps considers 3.0w higher than 3.0.8
|
||||
version=3.0.17
|
||||
version=3.0.18
|
||||
revision=1
|
||||
makedepends="pciutils-devel"
|
||||
short_desc="Library for building UEFI Applications using GNU toolchain"
|
||||
|
@ -9,7 +9,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
|
|||
license="GPL-2.0-or-later"
|
||||
homepage="https://sourceforge.net/projects/gnu-efi/"
|
||||
distfiles="${SOURCEFORGE_SITE}/gnu-efi/gnu-efi-${version}.tar.bz2"
|
||||
checksum=7807e903349343a7a142ebb934703a2872235e89688cf586c032b0a1087bcaf4
|
||||
checksum=7f212c96ee66547eeefb531267b641e5473d7d8529f0bd8ccdefd33cf7413f5c
|
||||
nostrip=yes
|
||||
|
||||
# If we are cross-building we need to pass the cross-compilation triplet
|
||||
|
|
Loading…
Reference in New Issue