aboutsummaryrefslogtreecommitdiff
path: root/tools/depends/target/udfread
AgeCommit message (Collapse)Author
2023-04-17tools/depends: split ARCHIVE_TOOL and ARCHIVE_TOOL_FLAGS to be consistentLukas Rusak
Signed-off-by: Lukas Rusak <lorusak@gmail.com>
2023-04-17tools/depends: split RETRIEVE_TOOL and RETRIEVE_TOOL_FLAGS to be consistentLukas Rusak
Signed-off-by: Lukas Rusak <lorusak@gmail.com>
2023-04-17tools/depends: add download targetLukas Rusak
Signed-off-by: Lukas Rusak <lorusak@gmail.com>
2023-04-17tools/depends: improve download retry logicLukas Rusak
This also adds the ability to print the new sha512 hash if there is a mismatch
2023-02-14Revert "tools/depends: improve download retry logic and add download target"fuzzard
2023-02-07tools/depends: split ARCHIVE_TOOL and ARCHIVE_TOOL_FLAGS to be consistentLukas Rusak
Signed-off-by: Lukas Rusak <lorusak@gmail.com>
2023-02-07tools/depends: split RETRIEVE_TOOL and RETRIEVE_TOOL_FLAGS to be consistentLukas Rusak
Signed-off-by: Lukas Rusak <lorusak@gmail.com>
2023-02-07tools/depends: add download targetLukas Rusak
Signed-off-by: Lukas Rusak <lorusak@gmail.com>
2023-02-07tools/depends: improve download retry logicLukas Rusak
This also adds the ability to print the new sha512 hash if there is a mismatch
2022-12-29tools/depends: make the hash file an order only prerequisiteLukas 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 filesfuzzard
byproduct tracking is used by both tools/depends and project cmake build system
2022-03-07[tools/depends] rename libudfread to udfreadfuzzard
rename libudfread to just udfread. This brings some consistency to naming in other parts of kodi cmake (eg target udfread)