mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-18 10:27:00 +02:00
profiles: remove introspection
for both boards
it was already the case for ARM64, we just extend it to AMD64. Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
This commit is contained in:
parent
7a2057149d
commit
1672cee3f3
@ -5,5 +5,3 @@ net-dns/bind-tools -gssapi
|
|||||||
|
|
||||||
# FIXME: why isn't this set by default???
|
# FIXME: why isn't this set by default???
|
||||||
sys-libs/ncurses unicode
|
sys-libs/ncurses unicode
|
||||||
|
|
||||||
sys-auth/polkit -introspection
|
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
sys-auth/polkit -introspection
|
|
||||||
sys-apps/systemd -introspection
|
sys-apps/systemd -introspection
|
||||||
|
|
||||||
# Matt Turner <mattst88@gentoo.org> (2020-03-28)
|
# Matt Turner <mattst88@gentoo.org> (2020-03-28)
|
||||||
|
@ -75,9 +75,6 @@ dev-libs/cyrus-sasl kerberos -berkdb -gdbm
|
|||||||
# don't build manpages for sssd
|
# don't build manpages for sssd
|
||||||
sys-auth/sssd -python samba kerberos gssapi ssh sudo
|
sys-auth/sssd -python samba kerberos gssapi ssh sudo
|
||||||
|
|
||||||
# needed for realmd build
|
|
||||||
sys-auth/polkit introspection
|
|
||||||
|
|
||||||
# enable logging command-line options in update_engine
|
# enable logging command-line options in update_engine
|
||||||
dev-cpp/glog gflags
|
dev-cpp/glog gflags
|
||||||
|
|
||||||
@ -147,3 +144,6 @@ dev-lang/perl minimal
|
|||||||
|
|
||||||
# Disable cgroup-hybrid as we use the unified mode
|
# Disable cgroup-hybrid as we use the unified mode
|
||||||
sys-apps/systemd -cgroup-hybrid
|
sys-apps/systemd -cgroup-hybrid
|
||||||
|
|
||||||
|
# Remove support for GObject introspection
|
||||||
|
sys-auth/polkit -introspection
|
||||||
|
Loading…
Reference in New Issue
Block a user