Add the location of the .bb file to BBPATH in the parser's handle() function rather...
authorChris Larson <clarson@kergoth.com>
Thu, 9 Dec 2004 12:32:18 +0000 (12:32 +0000)
committerChris Larson <clarson@kergoth.com>
Thu, 9 Dec 2004 12:32:18 +0000 (12:32 +0000)
commit7726a4cab1fb7de0edb155f2397b81c3aea18e73
tree83f7dcb8422ddcd7eb707af859a4339b94e63051
parent034c2463b47ad09b92788e24b6ec5158ed14fdf3
Add the location of the .bb file to BBPATH in the parser's handle() function rather than load_oefile, since we need it done for 'include'd files as well as those directly loaded by the 'bitbake' commandline tool.
lib/bb/fetch.py
lib/bb/make.py
lib/bb/parse/BBHandler.py