Add a script to print the executable names of recipes
This script should print the executables at:
recipe-name/target/some-cpu/stage/usr/bin
recipe-name/target/some-cpu/stage/bin
The script should accept one recipe, multiple recipes and all recipes (an option, can be -a
) as input.
The script output should be like the find
output, not the ls
output.
Goal
This script allow the packagers to quickly find executable name conflicts and save time for more productive tasks.