mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-04 11:51:14 +02:00
fix(coreos-base/coreos-dev): Remove tpm-tools and opencryptoki from dev.
opencryptoki sometimes fails to build by trying to install something to /var/lock which is a symlink to /run but the SDK makes no promise that /run is mounted and populated. Instead of fixing the ebuild just drop it and tpm-tools which depends on it since we don't actually need them.
This commit is contained in:
parent
cb3d204464
commit
4acf09c5aa
@ -37,7 +37,6 @@ RDEPEND="${RDEPEND}
|
||||
app-arch/gzip
|
||||
app-arch/tar
|
||||
dev-libs/nss
|
||||
app-crypt/tpm-tools
|
||||
app-editors/vim
|
||||
app-misc/evtest
|
||||
app-shells/bash
|
||||
|
||||
@ -3,7 +3,6 @@
|
||||
|
||||
app-admin/rsyslog -ssl
|
||||
app-benchmarks/i7z -X
|
||||
app-crypt/tpm-tools pkcs11
|
||||
app-i18n/zinnia -perl
|
||||
app-editors/qemacs -X
|
||||
app-editors/vim minimal
|
||||
@ -13,7 +12,6 @@ dev-libs/dbus-glib tools
|
||||
dev-libs/elfutils -utils
|
||||
dev-libs/glib -doc
|
||||
dev-libs/nss -utils
|
||||
dev-libs/opencryptoki tpmtok
|
||||
dev-libs/opensc ssl -pcsc-lite
|
||||
dev-libs/openssl pkcs11
|
||||
dev-libs/protobuf python
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user