1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-02 13:29:49 +00:00

bitbake: Sync a load of whitespace and other non-functionality changes with bitbake uptream

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie
2011-01-01 23:55:54 +00:00
parent e8c48e668c
commit 0090a798eb
12 changed files with 87 additions and 85 deletions
-3
View File
@@ -93,12 +93,10 @@ domain = _NamedTuple("Domain", (
"RunQueue",
"TaskData",
"Util"))
logger = logging.getLogger("BitBake")
loggers = Loggers()
debug_level = DebugLevel()
#
# Message control functions
#
@@ -191,4 +189,3 @@ def fatal(msgdomain, msg):
else:
loggers[msgdomain].critical(msg)
sys.exit(1)