coreboot-utils: rebuild against pciutils-3.9.0

This commit is contained in:
classabbyamp 2022-12-19 07:21:25 -05:00 committed by classabbyamp
parent 8d5afa5058
commit a4724674b3

View file

@ -1,7 +1,7 @@
# Template file for 'coreboot-utils'
pkgname=coreboot-utils
version=4.17
revision=1
revision=2
archs="i686* x86_64*"
build_wrksrc="util"
build_style=gnu-makefile
@ -16,7 +16,7 @@ checksum=95da11d1c6a450385101a68799258a398ce965f4e46cce6fe8d5ebd74e50c125
do_build() {
for util in cbfstool cbmem ectool ifdtool inteltool intelmetool \
nvramtool superiotool; do
make ${makejobs} -C $util
make ${makejobs} -C $util WERROR=
done
}