mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 18:49:32 +02:00
bitbake: For poky only, force the use of fetch2 codebase
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -78,7 +78,7 @@ if "BBDEBUG" in os.environ:
|
|||||||
if level:
|
if level:
|
||||||
bb.msg.set_debug_level(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
|
from bb import fetch2 as fetch
|
||||||
sys.modules['bb.fetch'] = sys.modules['bb.fetch2']
|
sys.modules['bb.fetch'] = sys.modules['bb.fetch2']
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user