From: Samuel Stirtzel <s.stirtzel@googlemail.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 2/2] data.py: fixed message domain errors
Date: Tue, 13 Sep 2011 13:30:33 +0200 [thread overview]
Message-ID: <1315913433-32608-2-git-send-email-s.stirtzel@googlemail.com> (raw)
In-Reply-To: <1315913433-32608-1-git-send-email-s.stirtzel@googlemail.com>
The dynamic message domain was introduced by Richard Purdie with the following patch:
http://git.yoctoproject.org/cgit.cgi/poky/commit/?id=a6c48298b17e6a5844b3638b422fe226e3b67b89
Signed-off-by: Samuel Stirtzel <s.stirtzel@googlemail.com>
---
meta/lib/oe/data.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/meta/lib/oe/data.py b/meta/lib/oe/data.py
index 4b4d03e..af900be 100644
--- a/meta/lib/oe/data.py
+++ b/meta/lib/oe/data.py
@@ -15,4 +15,4 @@ def typed_value(key, d):
try:
return oe.maketype.create(d.getVar(key, True) or '', var_type, **flags)
except (TypeError, ValueError), exc:
- bb.msg.fatal(bb.msg.domain.Data, "%s: %s" % (key, str(exc)))
+ bb.msg.fatal("Data", "%s: %s" % (key, str(exc)))
--
1.7.4.1
next prev parent reply other threads:[~2011-09-13 11:36 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-09-13 11:30 [PATCH 1/2] patch.py: fixed message domain errors Samuel Stirtzel
2011-09-13 11:30 ` Samuel Stirtzel [this message]
2011-10-14 12:47 ` [PATCH 2/2] data.py: " Richard Purdie
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1315913433-32608-2-git-send-email-s.stirtzel@googlemail.com \
--to=s.stirtzel@googlemail.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox