Skip to content
Snippets Groups Projects
Commit 4eebf0ce authored by Ghassane Ben El Aattar's avatar Ghassane Ben El Aattar Committed by Marta Rybczynska
Browse files

elfutils: Disabling the unneeded package debuginfod and dependencies


This is done through DISTRO_FEATURE and it allows to disable
the debuginfod package and dependencies, which are not needed.
Removing uneeded packages is a security measure.

Signed-off-by: default avatarGhassane Ben El Aattar <ghassaneb.aattar@huawei.com>
parent 07346932
No related branches found
No related tags found
1 merge request!335elfutils: Disabling the unneeded package debuginfod and dependencies
......@@ -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}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment