From be9ee810bd00b74770b659fdc7da19c2166debee Mon Sep 17 00:00:00 2001 From: Robert Yang Date: Tue, 11 Oct 2011 16:25:29 +0800 Subject: Fix typos in local.conf.sample and local.conf.sample.extended Fixes bug [YOCTO #1667] Fix typos in local.conf.sample and local.conf.sample.extended: differernt -> different chages -> changes complation -> compilation egde -> edge "an an" -> "as an" images's -> image's Signed-off-by: Robert Yang Signed-off-by: Richard Purdie --- bitbake/lib/bb/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bitbake/lib/bb/__init__.py') diff --git a/bitbake/lib/bb/__init__.py b/bitbake/lib/bb/__init__.py index 3c8572476c..4981daa420 100644 --- a/bitbake/lib/bb/__init__.py +++ b/bitbake/lib/bb/__init__.py @@ -67,7 +67,7 @@ if "BBDEBUG" in os.environ: if level: bb.msg.set_debug_level(level) -if True or os.environ.get("BBFETCH2"): +if os.environ.get("BBFETCH2"): from bb import fetch2 as fetch sys.modules['bb.fetch'] = sys.modules['bb.fetch2'] -- cgit v1.2.3-54-g00ecf