From 6d08e5bb09293c03d8953831888c64d8eca889bf Mon Sep 17 00:00:00 2001 From: "Robert P. J. Day" Date: Wed, 20 Aug 2014 08:23:27 -0400 Subject: bitbake: lib/bb/*.py: Typo fixes/grammar/comment fixes, nothing functional. (Bitbake rev: 587b144ee409d444494d8d7f2d1c53ede8f7c953) Signed-off-by: Robert P. J. Day Signed-off-by: Richard Purdie --- bitbake/lib/bb/cache.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bitbake/lib/bb/cache.py') diff --git a/bitbake/lib/bb/cache.py b/bitbake/lib/bb/cache.py index f892d7dc32..ac0c27f922 100644 --- a/bitbake/lib/bb/cache.py +++ b/bitbake/lib/bb/cache.py @@ -225,7 +225,7 @@ class CoreRecipeInfo(RecipeInfoCommon): for package in self.packages_dynamic: cachedata.packages_dynamic[package].append(fn) - # Build hash of runtime depends and rececommends + # Build hash of runtime depends and recommends for package in self.packages + [self.pn]: cachedata.rundeps[fn][package] = list(self.rdepends) + self.rdepends_pkg[package] cachedata.runrecs[fn][package] = list(self.rrecommends) + self.rrecommends_pkg[package] @@ -261,7 +261,7 @@ class Cache(object): def __init__(self, data, data_hash, caches_array): # Pass caches_array information into Cache Constructor - # It will be used in later for deciding whether we + # It will be used later for deciding whether we # need extra cache file dump/load support self.caches_array = caches_array self.cachedir = data.getVar("CACHE", True) -- cgit v1.2.3-54-g00ecf