[oe] [PATCH] gettext.bbclass: Drop target gettext from DEPENDS.

Tom Rini tom_rini at mentor.com
Tue Mar 8 17:24:09 UTC 2011


On 03/07/2011 12:38 PM, Khem Raj wrote:
> On Mon, Mar 7, 2011 at 11:03 AM, Tom Rini<tom_rini at mentor.com>  wrote:
>> This should be handled via virtual/libintl already.
>>
>> Signed-off-by: Tom Rini<tom_rini at 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 at 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




More information about the Openembedded-devel mailing list