From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Mon, 24 Mar 2025 08:28:39 +0100 Received: from metis.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::104]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1twcEi-003UW4-0U for lore@lore.pengutronix.de; Mon, 24 Mar 2025 08:28:39 +0100 Received: from localhost ([127.0.0.1] helo=metis.whiteo.stw.pengutronix.de) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1twcEh-0001u4-5T; Mon, 24 Mar 2025 08:28:39 +0100 Received: from ptz.office.stw.pengutronix.de ([2a0a:edc0:0:900:1d::77] helo=localhost) by metis.whiteo.stw.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1twcEP-0001tp-Kz; Mon, 24 Mar 2025 08:28:21 +0100 From: r.czerwinski@pengutronix.de To: ptxdist@pengutronix.de Date: Mon, 24 Mar 2025 08:28:12 +0100 Message-ID: <20250324072813.523047-1-r.czerwinski@pengutronix.de> X-Mailer: git-send-email 2.48.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [ptxdist] [PATCH 1/2] host-imx-cst: override get stage X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Cc: Rouven Czerwinski Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false From: Rouven Czerwinski 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 --- 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