Skip to content

Add recommends option to packages

Fredrik Gustafsson requested to merge fredrigu/apk-tools:recommends into master

Recommends is needed for Yocto to be able to use apk. If package A recommends package B and apk is adding package A, then package B will also be added. However if there's an error selecting B (for example if it's not available) apk will not throw an error but just continue and exit with success. A recommends is a non critical depends.

Merge request reports