| Submitter | Thomas Petazzoni |
|---|---|
| Date | May 8, 2012, 2:39 p.m. |
| Message ID | <cover.1336487951.git.thomas.petazzoni@free-electrons.com> |
| Download | mbox |
| Permalink | /patch/157700/ |
| State | Accepted |
| Headers | show |
Pull-request
git://git.free-electrons.com/users/thomas-petazzoni/buildroot.git for-2012.05/locale-supportComments
>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@free-electrons.com> writes:
Thomas> The following changes since commit 025eb2fb908cb3c500e69225832b59b5ffb08cf5:
Thomas> dnsmasq: bump to version 2.61 and enhance (2012-05-06 23:18:17 +0200)
Thomas> are available in the git repository at:
Thomas> git://git.free-electrons.com/users/thomas-petazzoni/buildroot.git for-2012.05/locale-support
Thomas> for you to fetch changes up to 3409d2f9bde0d6aa08fa537d4124db66147d6730:
Thomas> Add support to generate locale data (2012-05-08 16:33:04 +0200)
Thomas> ----------------------------------------------------------------
Thomas> Thomas Petazzoni (2):
Thomas> localedef: new package
Thomas> Add support to generate locale data
Pulled, thanks.
Le Wed, 09 May 2012 00:26:56 +0200, Peter Korsgaard <jacmet@uclibc.org> a écrit : > Thomas> Thomas Petazzoni (2): > Thomas> localedef: new package > Thomas> Add support to generate locale data > > Pulled, thanks. And do you have some opinion on how to organize this new option compared to the existing ones related to locales? Thomas
The following changes since commit 025eb2fb908cb3c500e69225832b59b5ffb08cf5: dnsmasq: bump to version 2.61 and enhance (2012-05-06 23:18:17 +0200) are available in the git repository at: git://git.free-electrons.com/users/thomas-petazzoni/buildroot.git for-2012.05/locale-support for you to fetch changes up to 3409d2f9bde0d6aa08fa537d4124db66147d6730: Add support to generate locale data (2012-05-08 16:33:04 +0200) ---------------------------------------------------------------- Thomas Petazzoni (2): localedef: new package Add support to generate locale data Makefile | 33 +++++++++++++++++++++++++++++++++ package/localedef/localedef.mk | 20 ++++++++++++++++++++ toolchain/toolchain-common.in | 18 ++++++++++++++++++ toolchain/uClibc/uclibc.mk | 11 ++++++++++- 4 files changed, 81 insertions(+), 1 deletion(-) create mode 100644 package/localedef/localedef.mk Thanks,