From 08cd6c1cb9639e958e0c60a02e317a22cf43f880 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 2 Feb 2011 18:48:13 +0000 Subject: bitbake/fetch2: Add missing parameter to localcount_internal_helper Signed-off-by: Richard Purdie --- bitbake/lib/bb/fetch2/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bitbake/lib/bb/fetch2') diff --git a/bitbake/lib/bb/fetch2/__init__.py b/bitbake/lib/bb/fetch2/__init__.py index 41848edd2..a39d4374d 100644 --- a/bitbake/lib/bb/fetch2/__init__.py +++ b/bitbake/lib/bb/fetch2/__init__.py @@ -875,7 +875,7 @@ class Fetch(object): uselocalcount = bb.data.getVar("BB_LOCALCOUNT_OVERRIDE", d, True) or False count = None if uselocalcount: - count = Fetch.localcount_internal_helper(ud, d) + count = Fetch.localcount_internal_helper(ud, d, name) if count is None: count = localcounts[key + '_count'] or "0" -- cgit v1.2.3