coreboot-utils: rebuild against pciutils-3.9.0
This commit is contained in:
parent
8d5afa5058
commit
a4724674b3
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'coreboot-utils'
|
# Template file for 'coreboot-utils'
|
||||||
pkgname=coreboot-utils
|
pkgname=coreboot-utils
|
||||||
version=4.17
|
version=4.17
|
||||||
revision=1
|
revision=2
|
||||||
archs="i686* x86_64*"
|
archs="i686* x86_64*"
|
||||||
build_wrksrc="util"
|
build_wrksrc="util"
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
|
@ -16,7 +16,7 @@ checksum=95da11d1c6a450385101a68799258a398ce965f4e46cce6fe8d5ebd74e50c125
|
||||||
do_build() {
|
do_build() {
|
||||||
for util in cbfstool cbmem ectool ifdtool inteltool intelmetool \
|
for util in cbfstool cbmem ectool ifdtool inteltool intelmetool \
|
||||||
nvramtool superiotool; do
|
nvramtool superiotool; do
|
||||||
make ${makejobs} -C $util
|
make ${makejobs} -C $util WERROR=
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue