You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is implemented by making PROVIDES optional and making the recipe not
declare anything to provide. PROVIDES de facto defines (sub)packages, so
leaving it out should be natural for a package that isn't actually created.
A build package (with fake PROVIDES) is still created to have a writable
$prefix.
A policy check is added that the main packaging directory is empty after
INSTALL() and that the recipe still at least declares one actual package.
Fixes#192.
0 commit comments