Skip to content
Snippets Groups Projects

elfutils: Disabling the unneeded package debuginfod as a security measure

@@ -24,7 +24,7 @@ ONIRO_DEFAULT_EXTRA_RRECOMMENDS = "kernel-module-af-packet"
# Remove some of the default Poky DISTRO_FEATURES_DEFAULT we inherited, but do not use.
# Removing this here allows us to readd them, if the end user requires them.
DISTRO_FEATURES_DEFAULT:remove = " nfs nfc 3g pcmcia x11"
DISTRO_FEATURES_DEFAULT:remove = " nfs nfc 3g pcmcia x11 debuginfod"
DISTRO_FEATURES ?= "${DISTRO_FEATURES_DEFAULT} ${ONIRO_DEFAULT_DISTRO_FEATURES}"
Loading