Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

coreboot-utils: update to 4.20.1. #42810

Merged
merged 1 commit into from
Jun 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions srcpkgs/coreboot-utils/patches/ectool-musl.patch

This file was deleted.

10 changes: 0 additions & 10 deletions srcpkgs/coreboot-utils/patches/inteltool-musl-2.patch

This file was deleted.

11 changes: 0 additions & 11 deletions srcpkgs/coreboot-utils/patches/inteltool-musl.patch

This file was deleted.

11 changes: 0 additions & 11 deletions srcpkgs/coreboot-utils/patches/nvramtool-musl-2.patch

This file was deleted.

11 changes: 0 additions & 11 deletions srcpkgs/coreboot-utils/patches/nvramtool-musl.patch

This file was deleted.

22 changes: 0 additions & 22 deletions srcpkgs/coreboot-utils/patches/superiotool-musl.patch

This file was deleted.

7 changes: 4 additions & 3 deletions srcpkgs/coreboot-utils/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'coreboot-utils'
pkgname=coreboot-utils
version=4.17
revision=2
version=4.20.1
revision=1
archs="i686* x86_64*"
build_wrksrc="util"
build_style=gnu-makefile
Expand All @@ -11,7 +11,8 @@ maintainer="m3tav3rse <mtvrs@tuta.io>"
license="GPL-2.0-only"
homepage="https://coreboot.org"
distfiles="https://coreboot.org/releases/coreboot-${version}.tar.xz"
checksum=95da11d1c6a450385101a68799258a398ce965f4e46cce6fe8d5ebd74e50c125
checksum=b41539a8c2eab2fec752157eb4acbd0e2a637a7203530c12e66b43a5c3c3a931
CFLAGS="-D_GNU_SOURCE"

do_build() {
for util in cbfstool cbmem ectool ifdtool inteltool intelmetool \
Expand Down