From 7202a77134029cb37540c785ce0161a4dd574853 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Fri, 4 Feb 2011 14:40:41 +0000 Subject: bitbake/fetch2: Use True instead of integer values Signed-off-by: Richard Purdie --- bitbake/lib/bb/fetch2/ssh.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bitbake/lib/bb/fetch2/ssh.py') diff --git a/bitbake/lib/bb/fetch2/ssh.py b/bitbake/lib/bb/fetch2/ssh.py index 8b07b3a710..081fe1335c 100644 --- a/bitbake/lib/bb/fetch2/ssh.py +++ b/bitbake/lib/bb/fetch2/ssh.py @@ -75,7 +75,7 @@ class SSH(FetchMethod): return lpath def download(self, url, urldata, d): - dldir = data.getVar('DL_DIR', d, 1) + dldir = data.getVar('DL_DIR', d, True) m = __pattern__.match(url) path = m.group('path') -- cgit v1.2.3-54-g00ecf