generic-poky/bitbake/lib/bb
Scott Garman 73871c2712 cache.py: fix bitbake -s command
This uses the correct index of self.pn when setting up cachedata's
pkg_pn, fixing the output of bitbake -s.

This fixes bug [YOCTO #1149].

(Bitbake rev: d000493c09ac5c1dcbab22d3a91296a9cb194ac0)

Signed-off-by: Scott Garman <scott.a.garman@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-06-09 22:18:50 +01:00
..
fetch bitbake: Sync fetch back with upstream 2011-05-06 18:18:59 +01:00
fetch2 fetch2/git: ensure network check log matches actual command 2011-05-27 18:27:19 +01:00
parse track skipped packages 2011-06-09 18:12:51 +01:00
pysh bitbake: Sync a load of whitespace and other non-functionality changes with bitbake uptream 2011-01-04 14:46:54 +00:00
server bitbake/server/xmlrpc: Fix typo 2011-06-08 13:11:58 +01:00
ui bitbake none/xmlrpc servers: Only send pickled events to the xmlrpc server 2011-06-08 11:38:15 +01:00
COW.py Apply some 2to3 refactorings 2010-07-02 15:41:37 +01:00
__init__.py Shift traceback pre-formatting into LogHandler 2011-06-08 20:38:27 +01:00
build.py bitbake/build.py: Drop exec_shell environment as its now unneeded 2011-06-08 20:38:28 +01:00
cache.py cache.py: fix bitbake -s command 2011-06-09 22:18:50 +01:00
cache_extra.py Introduce extra cache class for image creator 2011-06-07 22:39:12 +01:00
codeparser.py bitbake/codeparser: Improve cache handling 2011-05-27 17:55:51 +01:00
command.py bitbake: Cleanup bitbake server init process to be clearer to follow 2011-06-08 11:37:26 +01:00
compat.py bitbake: Add missing file 2011-05-07 08:49:28 +01:00
cooker.py track skipped packages 2011-06-09 18:12:51 +01: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/data/runqueue: Sync up with upstream to clean up environment variable handling 2011-06-08 20:38:28 +01:00
data_smart.py data_smart: Adding overrides of zero length is pointless so lets not 2011-06-01 14:08:40 +01:00
event.py Shift exception formatting into the UI 2011-06-08 20:38:25 +01:00
exceptions.py bb.exceptions: don't choke on frames without arguments 2011-06-08 20:38:25 +01:00
methodpool.py Consolidate the exec/eval bits, switch anonfunc to better_exec, etc 2010-07-02 15:41:31 +01:00
msg.py Shift exception formatting into the UI 2011-06-08 20:38:25 +01: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: Sync file with upstream bitbake 2011-05-06 18:07:23 +01:00
process.py process.py: Avoid deprecation warning 2011-02-14 16:32:07 +00:00
providers.py providers.py: Correct PREFERRED_VERSION handling 2011-06-01 14:08:25 +01:00
runqueue.py bitbake/data/runqueue: Sync up with upstream to clean up environment variable handling 2011-06-08 20:38:28 +01:00
shell.py Introduce new param caches_array into Cache impl. 2011-06-07 22:39:52 +01:00
siggen.py siggen: don't choke with traceback when data is None 2011-06-07 22:29:25 +01:00
taskdata.py cooker: use re match, not search in re_match_strings 2011-01-04 14:46:47 +00:00
utils.py bitbake/utils.py: Add option to lockfiles to return immediately rather than wait 2011-05-27 17:55:51 +01:00