bitbake: For poky only, force the use of fetch2 codebase

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie 2011-01-10 18:13:53 +00:00
parent af06e4a8ef
commit c02f89fe24
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ if "BBDEBUG" in os.environ:
if level:
bb.msg.set_debug_level(level)
if os.environ.get("BBFETCH2"):
if True or os.environ.get("BBFETCH2"):
from bb import fetch2 as fetch
sys.modules['bb.fetch'] = sys.modules['bb.fetch2']