Update to coreboot 4.14
This commit is contained in:
parent
30d85c0d2a
commit
4ac6957e69
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2020/11/21 14:46:15 kn Exp $
|
||||
# $OpenBSD: Makefile,v 1.6 2021/07/11 21:50:59 kn Exp $
|
||||
|
||||
# ectool requires amd64_iopl(2)
|
||||
# intelmetool requires <amd64/pio.h>
|
||||
@ -6,7 +6,7 @@ ONLY_FOR_ARCHS = amd64
|
||||
|
||||
COMMENT = utilities to work on firmware images and hardware
|
||||
|
||||
V = 4.13
|
||||
V = 4.14
|
||||
DISTNAME = coreboot-${V}
|
||||
PKGNAME = coreboot-utils-${V}
|
||||
|
||||
@ -24,7 +24,6 @@ WANTLIB = c
|
||||
MASTER_SITES = https://coreboot.org/releases/
|
||||
|
||||
EXTRACT_SUFX = .tar.xz
|
||||
# utils (7M) vs. everything (205M)
|
||||
EXTRACT_FILES = ${DISTNAME}/{src/commonlib,util}
|
||||
|
||||
USE_GMAKE = Yes
|
||||
@ -33,7 +32,7 @@ NO_TEST = Yes
|
||||
|
||||
# some util/*/Makefile use [HOST]CC=gcc
|
||||
MAKE_FLAGS = CC=${CC} \
|
||||
HOSTCC=${CC} \
|
||||
HOSTCC=${CC}
|
||||
|
||||
FAKE_FLAGS = PREFIX=${PREFIX}
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (coreboot-4.13.tar.xz) = R3naZFol3evHjxvSvQt0D7HmR5VyZI1GUAQqK5UChWo=
|
||||
SIZE (coreboot-4.13.tar.xz) = 45715844
|
||||
SHA256 (coreboot-4.14.tar.xz) = 2Qc3m3J1Ydfd0dgLL6uqNz2wDJgFcZEW9ZHLyUgXPG4=
|
||||
SIZE (coreboot-4.14.tar.xz) = 52485764
|
||||
|
Loading…
Reference in New Issue
Block a user