Skip to content

cerbero: Fix cleanone command resetting recipe

The cleanone command was not working as one would expect. e.g:

Before:

$ ./cerbero-uninstalled build yasm
Building the following recipes: yasm
[(1/1) yasm -> already built ]
$ ./cerbero-uninstalled cleanone yasm
Making clean in po
...
$ ./cerbero-uninstalled build yasm
Building the following recipes: yasm
[(1/1) yasm -> already built ]

This fix ensures the recipe's status is reset so that the recipe is installed again if needed.

Edited by Pablo Marcos Oltra

Merge request reports