aboutsummaryrefslogtreecommitdiffstats
path: root/bin/bitbake-layers
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2013-01-25 16:34:13 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-01-25 12:39:37 +0000
commit409a4aa0e166c25a8cfcd91e54f1b61cced74e87 (patch)
tree4982ec1e888606756317c9474858d4afb479a1ac /bin/bitbake-layers
parent00533e83038e3d5e3cd5d1be73c45afece92ec0c (diff)
downloadbitbake-409a4aa0e166c25a8cfcd91e54f1b61cced74e87.tar.gz
cache.py: remove the duplicated self.file_depends
There are two "self.file_depends =" lines in cache.py::CoreRecipeInfo: class CoreRecipeInfo(RecipeInfoCommon): __slots__ = () cachefile = "bb_cache.dat" def __init__(self, filename, metadata): self.file_depends = metadata.getVar('__depends', False) [snip] self.file_depends = metadata.getVar('__depends', False) They are duplicated, remove the last one. [YOCTO #3795] Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bin/bitbake-layers')
0 files changed, 0 insertions, 0 deletions