]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
cache.py: fix bitbake -s command
authorScott Garman <scott.a.garman@intel.com>
Thu, 9 Jun 2011 18:13:06 +0000 (11:13 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 9 Jun 2011 21:18:16 +0000 (22:18 +0100)
commitd000493c09ac5c1dcbab22d3a91296a9cb194ac0
tree1c8b10174b485762e545973dc6659b91c156419f
parenta71183762e5d7d9f8153832efb9595e3a21d62f1
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].

Signed-off-by: Scott Garman <scott.a.garman@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
lib/bb/cache.py