]> code.ossystems Code Review - openembedded-core.git/commit
cache: don't expand variables for skipped recipes
authorChris Larson <chris_larson@mentor.com>
Fri, 7 Jan 2011 15:38:41 +0000 (08:38 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 10 Jan 2011 13:24:03 +0000 (13:24 +0000)
commitf305e95840a887bbd97e9003e7a0f9135df77fcb
tree4097812a83b4b34d7e056260ca16a1c6457988f7
parentb22e345e05efcc3f66278af8f09fb083afe32b68
cache: don't expand variables for skipped recipes

Errors can result from these expansions, but for skipped recipes, we
shouldn't care about those failures.  This fixes the same issue which
Richard Purdie fixed in poky, commit 847b717.

(Bitbake rev: 96ee6840010c1ae1080e6bf7ff0f4eb2d361e84b)

Signed-off-by: Chris Larson <chris_larson@mentor.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bitbake/lib/bb/cache.py