From: Joshua Watt <jpewhacker@gmail.com>
To: "Burton, Ross" <ross.burton@intel.com>
Cc: OE-core <openembedded-core@lists.openembedded.org>
Subject: Re: [PATCH] glibc: Fix locale DEPENDS
Date: Fri, 28 Jun 2019 08:58:39 -0500 [thread overview]
Message-ID: <d5286598-4205-0c22-ce08-98408ce2f341@gmail.com> (raw)
In-Reply-To: <CAJTo0LZkKvgOCmDiWaRCnRV4bvMdtZba8sDEMHdJxtGxTZkisQ@mail.gmail.com>
On 6/27/19 11:19 AM, Burton, Ross wrote:
> On Thu, 27 Jun 2019 at 14:55, Joshua Watt <jpewhacker@gmail.com> wrote:
>> gettext is required to generate the glibc locales in do_compile. If not
>> present, glibc will skip the generation which isn't reproducible.
>>
>> Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
>> ---
>> meta/recipes-core/glibc/glibc_2.29.bb | 2 +-
>> 1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/meta/recipes-core/glibc/glibc_2.29.bb b/meta/recipes-core/glibc/glibc_2.29.bb
>> index 073d1533e37..c400ee10b0f 100644
>> --- a/meta/recipes-core/glibc/glibc_2.29.bb
>> +++ b/meta/recipes-core/glibc/glibc_2.29.bb
>> @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSES;md5=cfc0ed77a9f62fa62eded042ebe31d72 \
>> file://posix/rxspencer/COPYRIGHT;md5=dc5485bb394a13b2332ec1c785f5d83a \
>> file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c"
>>
>> -DEPENDS += "gperf-native bison-native make-native"
>> +DEPENDS += "gperf-native bison-native make-native gettext-native"
> Dont we want this to respect the NLS flag or similar?
Sorry, I'm not quite sure I follow... I didn't find anything related to
NLS in the glibc recipes? Would you mind clarifying?
>
> Ross
next prev parent reply other threads:[~2019-06-28 13:58 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-06-27 13:54 [PATCH] glibc: Fix locale DEPENDS Joshua Watt
2019-06-27 16:19 ` Burton, Ross
2019-06-28 13:58 ` Joshua Watt [this message]
2019-06-27 19:47 ` Andre McCurdy
2019-06-27 20:15 ` Joshua Watt
2019-06-28 16:37 ` Khem Raj
2019-07-01 23:13 ` Peter Kjellerstedt
2019-07-02 3:25 ` Khem Raj
2019-08-27 12:50 ` Joshua Watt
-- strict thread matches above, loose matches on Subject: below --
2019-08-27 12:45 Joshua Watt
2019-08-28 16:09 ` Richard Purdie
2019-08-28 16:27 ` Joshua Watt
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=d5286598-4205-0c22-ce08-98408ce2f341@gmail.com \
--to=jpewhacker@gmail.com \
--cc=openembedded-core@lists.openembedded.org \
--cc=ross.burton@intel.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.