mirror of
https://github.com/flatcar/scripts.git
synced 2025-12-07 18:31:54 +01:00
profiles: disable smartcard in gnupg for the boards
This avoids a dependency loop and pulling in libusb-compat. The option is still enabled for the SDK, where it might be useful.
This commit is contained in:
parent
9ed5e918e1
commit
41b5b5f679
@ -1,5 +1,5 @@
|
|||||||
# We don't ship GnuTLS by default
|
# We don't ship GnuTLS by default, and smartcard has a dep loop
|
||||||
app-crypt/gnupg gnutls
|
app-crypt/gnupg gnutls smartcard
|
||||||
|
|
||||||
# We don't need integration with cvs, perl, or subversion in git, so we can
|
# We don't need integration with cvs, perl, or subversion in git, so we can
|
||||||
dev-vcs/git cvs perl subversion
|
dev-vcs/git cvs perl subversion
|
||||||
|
|||||||
@ -1,3 +1,6 @@
|
|||||||
|
# Allow smartcard support in the SDK for image signing
|
||||||
|
app-crypt/gnupg -smartcard
|
||||||
|
|
||||||
# hardened and sanitize are masked for arm64, cross compilers should agree
|
# hardened and sanitize are masked for arm64, cross compilers should agree
|
||||||
cross-aarch64-cros-linux-gnu/gcc hardened sanitize
|
cross-aarch64-cros-linux-gnu/gcc hardened sanitize
|
||||||
cross-aarch64-cros-linux-gnu/glibc hardened
|
cross-aarch64-cros-linux-gnu/glibc hardened
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user