From: Tom Rini <tom_rini@mentor.com>
To: Khem Raj <raj.khem@gmail.com>
Cc: openembedded-devel@lists.openembedded.org
Subject: Re: [PATCH] gettext.bbclass: Drop target gettext from DEPENDS.
Date: Tue, 8 Mar 2011 10:24:09 -0700 [thread overview]
Message-ID: <4D766639.4060004@mentor.com> (raw)
In-Reply-To: <AANLkTikS8xArUAz6mGf=uF=aCffOU78AQ07+iB=90N9p@mail.gmail.com>
On 03/07/2011 12:38 PM, Khem Raj wrote:
> On Mon, Mar 7, 2011 at 11:03 AM, Tom Rini<tom_rini@mentor.com> wrote:
>> This should be handled via virtual/libintl already.
>>
>> Signed-off-by: Tom Rini<tom_rini@mentor.com>
>
> you have to do some uclibc x11 image build from scratch to check for fallouts
Did a quick drop back on alsa-utils to get that building (unrelated
failure, the exp10 thing) and minimal-uclibc+qemuarm+x11-image built,
pushed. Thanks!
>
> Acked-by: Khem Raj<raj.khem@gmail.com>
>> ---
>> classes/gettext.bbclass | 2 +-
>> 1 files changed, 1 insertions(+), 1 deletions(-)
>>
>> diff --git a/classes/gettext.bbclass b/classes/gettext.bbclass
>> index 968531b..6c480b5 100644
>> --- a/classes/gettext.bbclass
>> +++ b/classes/gettext.bbclass
>> @@ -11,7 +11,7 @@ python () {
>> gettext_after_parse(d)
>> }
>>
>> -DEPENDS_GETTEXT = "gettext gettext-native virtual/libiconv virtual/libintl"
>> +DEPENDS_GETTEXT = "gettext-native virtual/libiconv virtual/libintl"
>>
>> DEPENDS =+ "${DEPENDS_GETTEXT}"
>> EXTRA_OECONF += "--enable-nls"
>> --
>> 1.7.0.4
>>
>>
--
Tom Rini
Mentor Graphics Corporation
next prev parent reply other threads:[~2011-03-08 17:25 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-03-07 19:03 [PATCH] gettext.bbclass: Drop target gettext from DEPENDS Tom Rini
2011-03-07 19:38 ` Khem Raj
2011-03-08 17:24 ` Tom Rini [this message]
2011-03-08 17:53 ` Anand Anand
2011-03-08 18:29 ` Henning Heinold
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=4D766639.4060004@mentor.com \
--to=tom_rini@mentor.com \
--cc=openembedded-devel@lists.openembedded.org \
--cc=raj.khem@gmail.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.