-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bitbake: Delete all generated files when regenerating all recipes
* clean_ros_recipe_dirs() wasn't called anywhere, update it for what's now generated by superflore and call it when regenerating all of the recipes. * the overlay.repo.remove_file(existing, True) call in bitbake/gen_packages.py works fine, but only when the new recipe is being generated in the same directory as the previous version: existing = glob.glob('{}_*.bb'.format(prefix)) where prefix is: prefix = '{0}/meta-ros{1}-{2}/generated-recipes/{3}/{4}' which will result in multiple recipes for the same package when the component that provides a package is changed like what happened to pcl-conversions in dashing and eloquent. Signed-off-by: Martin Jansa <[email protected]>
- Loading branch information
1 parent
08f2b29
commit 0be23cc
Showing
3 changed files
with
62 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters