generic-poky/bitbake/lib/bb
Robert Yang 3183902e18 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>
2013-01-25 12:42:08 +00:00
..
fetch2 bitbake: hg.py: Fixed fetch failure that occurs when SRCREV is a tag. 2013-01-18 12:50:13 +00:00
parse bitbake: parse_py: add ~ to config_regexp 2013-01-22 15:35:06 +00:00
pysh make exception handling syntax consistent 2011-06-15 11:13:13 +01:00
server bitbake: xmlrpc: Unbreak the transport by adding a missing logfile name 2012-12-04 18:02:02 +00:00
tests bitbake: tests/utils: Add test for explode_dep_versions2 2012-10-02 11:40:54 +01:00
ui bitbake: hob: hob do not use .hob dir for variables from local.conf and bblayers.conf 2013-01-25 12:42:08 +00:00
COW.py Apply some 2to3 refactorings 2010-07-02 15:41:37 +01:00
__init__.py bitbake: bin/bitbake, bb/__init__: Move BBDEBUG handling to bin/bitbake 2012-12-14 12:36:04 +00:00
build.py bitbake: build.py: Fix traceback when there are no dependencies 2013-01-07 17:38:23 +00:00
cache.py bitbake: cache.py: remove the duplicated self.file_depends 2013-01-25 12:42:08 +00:00
cache_extra.py bitbake: Add description into the cache and clean up cache duplication 2012-02-02 16:55:28 +00:00
checksum.py bitbake: implement checksums for local files in SRC_URI 2012-05-23 11:35:04 +01:00
codeparser.py bitbake: refactor out codeparser cache into a separate class 2012-05-23 11:33:18 +01:00
command.py bitbake: hob/bitbake: custom image is now using the base image 2012-12-14 13:08:49 +00:00
compat.py bitbake: compat, event: use OrderedDict from py2.7 for the event handlers 2012-09-20 10:29:33 +01:00
cooker.py bitbake: bitbake: data_smart.py and friends: Track variable history 2013-01-18 12:35:19 +00:00
daemonize.py Apply some 2to3 transforms that don't cause issues in 2.6 2010-07-02 15:41:33 +01:00
data.py bitbake: bitbake: data_smart.py and friends: Track variable history 2013-01-18 12:35:19 +00:00
data_smart.py bitbake: bitbake: data_smart.py and friends: Track variable history 2013-01-18 12:35:19 +00:00
event.py bitbake: event/hob: Add a button for network tests in the proxy settings 2012-10-24 21:13:06 +01:00
exceptions.py bitbake/exceptions: Handle reports from the field of exception code failures 2012-05-25 11:15:12 +01:00
methodpool.py bitbake: methodpool: Clean up the parsed module list handling to be slightly less insane 2012-08-23 09:22:44 +01:00
monitordisk.py bitbake: monitordisk: fire event DISKFULL when terminate build 2012-08-02 15:28:39 +01:00
msg.py bitbake: knotty/msg: Avoid usage of curses initscr/endwin to avoid terminal corruption 2012-11-25 21:36:44 +00:00
namedtuple_with_abc.py bb.namedtuple_with_abc: add useful util from activestate 2011-06-08 20:38:23 +01:00
persist_data.py bitbake: persist_data: add get_by_pattern method to API 2013-01-22 15:35:06 +00:00
process.py bitbake: process: Improve _logged_communicate buffering 2012-06-25 14:57:16 +01:00
providers.py bitbake: providers.py: Fix PREFERRED_VERSION containing epochs 2012-10-03 13:33:26 +01:00
runqueue.py bitbake: runqueue: Allow partial setscene task coverage 2012-11-20 15:31:56 +00:00
shell.py Introduce new param caches_array into Cache impl. 2011-06-07 22:39:52 +01:00
siggen.py bitbake: build/siggen.py: Avoid removing too many stamps when cleaning 2012-11-28 14:14:07 +00:00
taskdata.py bitbake: taskdata: Don't add dependencies on tasks that don't exist 2012-08-30 17:44:07 -07:00
tinfoil.py bitbake: tinfoil: Add file inadvertently not committed 2012-09-10 21:50:41 +01:00
utils.py bitbake: utils: Add explode_dep_versions2 to replace explode_dep_versions 2012-10-02 11:40:54 +01:00