Skip to content

static: force rebuild of reverse deps for static recipes

Andoni Morales Alastruey requested to merge ylatuya/cerbero:static-rdeps into master

When a recipe that creates a static library is rebuilt, all reverse dependencies should be rebuilt to pick the last changes. For example, if libvpx is configured to generate a static library and the recipe is rebuilt, gst-plugins-bad should all be rebuilt so that the plugin is linked against the latest build of libvpx.

Merge request reports