Make the bbpath change for includes temporary rather than permanent.
authorChris Larson <clarson@kergoth.com>
Wed, 8 Apr 2009 17:37:30 +0000 (17:37 +0000)
committerChris Larson <clarson@kergoth.com>
Wed, 8 Apr 2009 17:37:30 +0000 (17:37 +0000)
commitf71171f445fc7d846772ce5a87caf488df006cfc
tree2e10fd6df63e9ad8389ba0dfd6d110a03a68915e
parent8f5df854ac53b5d7e7dd2fe2432b781cb195383f
Make the bbpath change for includes temporary rather than permanent.

We currently modify BBPATH so that an include/require looks in the current
working directory before it looks elsewhere.  Modifying it permanently
doesn't gain anything, just polluting it with locations that don't need to
stay there.

Signed-off-by: Chris Larson <clarson@mvista.com>
lib/bb/parse/parse_py/BBHandler.py
lib/bb/parse/parse_py/ConfHandler.py