This adds a patch_if_needed function to build_falter which will check if a patch has already been applied and then apply it only if necessary. See #74.
Note that the second invocation only patches scripts/json_overview_image_info.py: this is because the other patch has made it in upstream's snapshot version.
This adds a
patch_if_needed
function tobuild_falter
which will check if a patch has already been applied and then apply it only if necessary. See #74.Tested with:
and:
Note that the second invocation only patches
scripts/json_overview_image_info.py
: this is because the other patch has made it in upstream'ssnapshot
version.