mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-02 21:48:20 +03:00
Add a script to manage the .hash files in the BR2_GLOBAL_PATCH_DIR for packages using custom versions. To use it, run in a configured Buildroot directory, E.G. make foo_defconfig; ./utils/add-custom-hashes We support multiple patch directories in BR2_GLOBAL_PATCH_DIR. If multiple directories are specified then use the last one as that is likely to be the most specific one. Signed-off-by: Peter Korsgaard <peter@korsgaard.com> [Peter: silence command -v invocation] Signed-off-by: Peter Korsgaard <peter@korsgaard.com> (cherry picked from commit 4984d0f230d0962270beb195966603f1d5a56300) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>