Re: [OE-core] [PATCH 3/3] oe.patch: drop bb.msg.domain reference

2011-10-10 Thread Samuel Stirtzel
Hi, there was already a patch for this [1] (Yes I know, I should have added more descriptions), according to the patch from Richard [2] the message domain can be constructed dynamical now. Since your patch seems a little bit different (dropping the message domain completely) I can't tell if my

Re: [OE-core] [PATCH 3/3] oe.patch: drop bb.msg.domain reference

2011-10-10 Thread Chris Larson
On Mon, Oct 10, 2011 at 12:17 AM, Samuel Stirtzel s.stirt...@googlemail.com wrote: Hi, there was already a patch for this [1] (Yes I know, I should have added more descriptions), according to the patch from Richard [2] the message domain can be constructed dynamical now. Since your patch

[OE-core] [PATCH 3/3] oe.patch: drop bb.msg.domain reference

2011-10-07 Thread Christopher Larson
Signed-off-by: Christopher Larson kerg...@gmail.com --- meta/lib/oe/patch.py |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/lib/oe/patch.py b/meta/lib/oe/patch.py index 1406e19..9b0ff37 100644 --- a/meta/lib/oe/patch.py +++ b/meta/lib/oe/patch.py @@ -376,8 +376,8