From 87f62d7c8d386df0d613da4f48c0b210902ab621 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Fri, 9 Apr 2010 12:33:29 -0700 Subject: Ensure we always utilize the correct messaging domains (Bitbake rev: 92a2e2e90981c0615171abe03645a772d84f6986) Signed-off-by: Chris Larson Signed-off-by: Richard Purdie --- bitbake/lib/bb/parse/parse_py/ConfHandler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bitbake/lib/bb/parse/parse_py/ConfHandler.py') diff --git a/bitbake/lib/bb/parse/parse_py/ConfHandler.py b/bitbake/lib/bb/parse/parse_py/ConfHandler.py index f4f85de245..6baf94554c 100644 --- a/bitbake/lib/bb/parse/parse_py/ConfHandler.py +++ b/bitbake/lib/bb/parse/parse_py/ConfHandler.py @@ -39,7 +39,7 @@ def init(data): topdir = os.getcwd() bb.data.setVar('TOPDIR', topdir, data) if not bb.data.getVar('BBPATH', data): - bb.fatal("The BBPATH environment variable must be set") + bb.msg.fatal(bb.msg.domain.Parsing, "The BBPATH environment variable must be set") def supports(fn, d): -- cgit v1.2.3-54-g00ecf