From c49684b48b04e89e40550960558ca18dba3708a5 Mon Sep 17 00:00:00 2001 From: Stefan Herbrechtsmeier Date: Fri, 7 Feb 2025 13:46:58 +0100 Subject: bitbake: fetch2: clearcase: remove double DL_DIR from localfile (Bitbake rev: bcf090ed631bbd523a5341baebba0765f1a847f8) Signed-off-by: Stefan Herbrechtsmeier Signed-off-by: Richard Purdie --- bitbake/lib/bb/fetch2/clearcase.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'bitbake/lib') diff --git a/bitbake/lib/bb/fetch2/clearcase.py b/bitbake/lib/bb/fetch2/clearcase.py index 2b3bd70693..17500daf95 100644 --- a/bitbake/lib/bb/fetch2/clearcase.py +++ b/bitbake/lib/bb/fetch2/clearcase.py @@ -130,8 +130,6 @@ class ClearCase(FetchMethod): self.debug("configspecfile = %s" % ud.configspecfile) self.debug("localfile = %s" % ud.localfile) - ud.localfile = os.path.join(d.getVar("DL_DIR"), ud.localfile) - def _build_ccase_command(self, ud, command): """ Build up a commandline based on ud -- cgit v1.2.3-54-g00ecf