mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-05 04:06:33 +02:00
overlay profiles: Mask debuginfod globally
Easier that way and surely will work also for packages from crossdev overlay. Signed-off-by: Krzesimir Nowak <knowak@microsoft.com>
This commit is contained in:
parent
d7cf877ee2
commit
4023d14304
@ -197,9 +197,5 @@ app-emulation/open-vmdk -python
|
||||
# Avoid pulling extra perl packages
|
||||
dev-perl/File-Slurper minimal
|
||||
|
||||
# We don't need debuginfod support.
|
||||
dev-debug/gdb -debuginfod
|
||||
dev-libs/elfutils -debuginfod -libarchive
|
||||
sys-devel/binutils -debuginfod
|
||||
cross-x86_64-cros-linux-gnu/gdb -debuginfod
|
||||
cross-aarch64-cros-linux-gnu/gdb -debuginfod
|
||||
# This is only needed for debuginfod support, which we masked.
|
||||
dev-libs/elfutils -libarchive
|
||||
|
||||
@ -10,3 +10,6 @@ nls
|
||||
|
||||
# We don't care about GObject introspection.
|
||||
introspection
|
||||
|
||||
# We don't need debuginfod support.
|
||||
debuginfod
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user