diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2013-01-25 16:34:13 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-01-25 12:42:08 +0000 |
commit | 3183902e1849ee9e5251d55b63024b4b22156649 (patch) | |
tree | 01a36c8bcc94f6ed575c56f264f4ae75a7b8feba /oe-init-build-env | |
parent | 03fee6c3b1342e6ac03e51a8a3c73b46fb067211 (diff) | |
download | poky-3183902e1849ee9e5251d55b63024b4b22156649.tar.gz |
bitbake: 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]
(Bitbake rev: 409a4aa0e166c25a8cfcd91e54f1b61cced74e87)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'oe-init-build-env')
0 files changed, 0 insertions, 0 deletions