Skip to content
Snippets Groups Projects

elfutils: Disabling the unneeded package debuginfod and dependencies

Merged Marta Rybczynska requested to merge mrybczyn/oniro:ghassane-debug into kirkstone
All threads resolved!
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -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