mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 21:09:03 +02:00
bitbake: fetch2: clearcase: remove double DL_DIR from localfile
(Bitbake rev: bcf090ed631bbd523a5341baebba0765f1a847f8) Signed-off-by: Stefan Herbrechtsmeier <stefan.herbrechtsmeier@weidmueller.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
f62042523a
commit
c49684b48b
|
@ -130,8 +130,6 @@ class ClearCase(FetchMethod):
|
||||||
self.debug("configspecfile = %s" % ud.configspecfile)
|
self.debug("configspecfile = %s" % ud.configspecfile)
|
||||||
self.debug("localfile = %s" % ud.localfile)
|
self.debug("localfile = %s" % ud.localfile)
|
||||||
|
|
||||||
ud.localfile = os.path.join(d.getVar("DL_DIR"), ud.localfile)
|
|
||||||
|
|
||||||
def _build_ccase_command(self, ud, command):
|
def _build_ccase_command(self, ud, command):
|
||||||
"""
|
"""
|
||||||
Build up a commandline based on ud
|
Build up a commandline based on ud
|
||||||
|
|
Loading…
Reference in New Issue
Block a user