Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-04-17 | tools/depends: split ARCHIVE_TOOL and ARCHIVE_TOOL_FLAGS to be consistent | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-04-17 | tools/depends: split RETRIEVE_TOOL and RETRIEVE_TOOL_FLAGS to be consistent | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-04-17 | tools/depends: add download target | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-04-17 | tools/depends: improve download retry logic | Lukas Rusak | |
This also adds the ability to print the new sha512 hash if there is a mismatch | |||
2023-02-14 | Revert "tools/depends: improve download retry logic and add download target" | fuzzard | |
2023-02-07 | tools/depends: split ARCHIVE_TOOL and ARCHIVE_TOOL_FLAGS to be consistent | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-02-07 | tools/depends: split RETRIEVE_TOOL and RETRIEVE_TOOL_FLAGS to be consistent | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-02-07 | tools/depends: add download target | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-02-07 | tools/depends: improve download retry logic | Lukas Rusak | |
This also adds the ability to print the new sha512 hash if there is a mismatch | |||
2022-12-29 | tools/depends: make the hash file an order only prerequisite | Lukas Rusak | |
this fixes an issue when rebuilding the dependencies that if a target is already built it doesn't get rebuilt ref: https://www.gnu.org/software/make/manual/html_node/Prerequisite-Types.html | |||
2022-03-07 | [tools/depends] introduce BYPRODUCT variable in VERSION files | fuzzard | |
byproduct tracking is used by both tools/depends and project cmake build system | |||
2022-03-07 | [tools/depends] rename libudfread to udfread | fuzzard | |
rename libudfread to just udfread. This brings some consistency to naming in other parts of kodi cmake (eg target udfread) |