From: Rouven Czerwinski <[email protected]> Older ptxdist version skipped the download of archives if the archive already existed. Recent versions no longer do this, explicitly overwrite the get state to prevent ptxdist complaining about a non-existing URL.
Signed-off-by: Rouven Czerwinski <[email protected]> --- rules/host-imx-cst.make | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/rules/host-imx-cst.make b/rules/host-imx-cst.make index 3850f7200..9712aa4ed 100644 --- a/rules/host-imx-cst.make +++ b/rules/host-imx-cst.make @@ -43,6 +43,14 @@ $(HOST_IMX_CST_SOURCE): @echo @exit 1 +# ---------------------------------------------------------------------------- +# Get +# ---------------------------------------------------------------------------- + +$(STATEDIR)/host-imx-cst.get: + @$(call targetinfo) + @$(call touch) + # ---------------------------------------------------------------------------- # Prepare # ---------------------------------------------------------------------------- -- 2.48.1
