utils: drop exported var env caching for oe_popen
authorChris Larson <chris_larson@mentor.com>
Mon, 14 Feb 2011 17:41:50 +0000 (12:41 -0500)
committerChris Larson <chris_larson@mentor.com>
Mon, 14 Feb 2011 17:41:52 +0000 (12:41 -0500)
commitc751c1912990465f908bc31efd8a64228a014e41
tree056c1616bb91b5c812cbb30fa138eb823ebc9b2a
parent1d6bdc44ad91c325073f3fa32050a105228161ca
utils: drop exported var env caching for oe_popen

This was dangerous, as an oe_run executed from the configuration metadata
would result in caching the config metadata information, rather than the final
metadata information.  We could also cache it by the datasmart instance, but I
don't think its worth the trouble at this time, particularly given the next
bitbake release exports all exported vars into the process environment
automatically, avoiding the need for any of this.

Signed-off-by: Chris Larson <chris_larson@mentor.com>
classes/utils.bbclass