cooker.py: Fix key expansion issues in showVersions
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 19 Sep 2011 04:53:07 +0000 (05:53 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 19 Sep 2011 04:55:37 +0000 (05:55 +0100)
commit2a41ec406412b7fbfa334ade050a2b6963ccccbd
treea199c036f7626384368592016c5fcc36aa8beead
parent2ef960545eac0ff5ec9b3184d97b78626c470d72
cooker.py: Fix key expansion issues in showVersions

bitbake -s was not displaying correct version information when the
PREFERRED_VERSION string contains other variables. The actual built
versions would differ since the providers.py functions were called
with expanded keys at this point.

This patch expands keys for showVersions bringing everything into
sync correctly.

[YOCTO #1493]

(Bitbake rev: 3a0f2dda3c6de993f08ed50e9d513add9407339c)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bitbake/lib/bb/cooker.py