summaryrefslogtreecommitdiffstats
path: root/rules/host-localedef.make
Commit message (Collapse)AuthorAgeFilesLines
* host-localedef: realy fix URLMichael Olbrich2018-05-221-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* host-localedef: fix URLMichael Olbrich2018-05-221-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* host-localedef: version bump eglibc-2.14.1-r17443-ptx1 -> 2.27Michael Olbrich2018-05-211-13/+37
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* update all spdx license identifier to the new versionMichael Olbrich2018-03-121-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* License report: unify all license listsJuergen Borleis2017-12-081-1/+1
| | | | | | | | If a package uses more than one license at a time, the keyword "AND" should illustrate this. Follow this rule for all packages with more than one license in their list. Signed-off-by: Juergen Borleis <jbe@pengutronix.de>
* automated switch to SPDX conform license namesMichael Olbrich2015-10-271-1/+1
| | | | | | | | | | | | | | | search & replace for: - GPL-1.0 - GPL-2.0 - GPL-3.0 - LGPL-2.0 - LGPL-3.0 - LGPL-2.1 - AGPL-3.0 - AFL-2.1 - Autoconf-exception-3.0 Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* host-localedef: add license infoJuergen Borleis2015-10-271-0/+1
| | | | Signed-off-by: Juergen Borleis <jbe@pengutronix.de>
* host-localedef: Fix build with gcc 5.1Bernhard Walle2015-05-031-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The build of host-localedef fails with lots of argp-related link errors: | argp-help.o: In function `indent_to': | argp-help.c:(.text+0x1335): undefined reference to `argp_fmtstream_point' | argp-help.c:(.text+0x1352): undefined reference to `argp_fmtstream_putc' | argp-help.o: In function `space': | argp-help.c:(.text+0x137d): undefined reference to `argp_fmtstream_point' | argp-help.c:(.text+0x13a5): undefined reference to `argp_fmtstream_putc' | argp-help.c:(.text+0x13b8): undefined reference to `argp_fmtstream_putc' | argp-help.o: In function `print_header': | argp-help.c:(.text+0x1549): undefined reference to `argp_fmtstream_putc' | argp-help.c:(.text+0x157f): undefined reference to `argp_fmtstream_set_lmargin' | argp-help.c:(.text+0x159b): undefined reference to `argp_fmtstream_set_wmargin' | argp-help.c:(.text+0x15b2): undefined reference to `argp_fmtstream_puts' | argp-help.c:(.text+0x15c7): undefined reference to `argp_fmtstream_set_lmargin' | argp-help.c:(.text+0x15dc): undefined reference to `argp_fmtstream_putc' | argp-help.o: In function `comma': | argp-help.c:(.text+0x167f): undefined reference to `argp_fmtstream_putc' | argp-help.c:(.text+0x171e): undefined reference to `argp_fmtstream_set_wmargin' | [...] The problem is the change of the default C standard from gnu89 to gnu11 which changes the semantics of 'inline'. The issue is described in the Porting guide at https://gcc.gnu.org/gcc-5/porting_to.html. Adding the '-fgnu89-inline' option fixes the issue. Signed-off-by: Bernhard Walle <bernhard@bwalle.de> [mol: use HOST_LOCALEDEF_CFLAGS to add -fgnu89-inline] Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* host-localedef: remove redundant get stageRobert Schwebel2012-06-141-8/+0
| | | | Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* host-localedef: version bump eglibc-2.11.90-ptx1 -> eglibc-2.14.1-r17443-ptx1Michael Olbrich2012-03-241-2/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [rules] add md5sum for all packagesMichael Olbrich2011-05-041-0/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [host-localedef] version bump to eglibc-2.11.90-ptx1Marc Kleine-Budde2010-05-031-3/+3
| | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* [host-localedef] Added missing get make targetCarsten Schlote2010-02-261-0/+8
| | | | | Signed-off-by: Carsten Schlote <c.schlote@konzeptpark.de> Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* [host-*] remove obsolete stagesMichael Olbrich2010-01-191-8/+0
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [rules] remove obsolete clean target & minor cleanupsMichael Olbrich2010-01-181-9/+0
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* * host-localedef.make:Marc Kleine-Budde2009-01-111-4/+4
| | | | | | | updated to 2.9er eglibc, fixes segfault git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@9486 33e552b5-05e3-0310-8538-816dae2090ed
* * host-localedef.make:Marc Kleine-Budde2008-05-271-47/+8
| | | | | | | | version bump to eglibc-2.8-ptx2 cleanups git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8250 33e552b5-05e3-0310-8538-816dae2090ed
* * platform support: added pending changesRobert Schwebel2008-04-101-1/+1
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7931 33e552b5-05e3-0310-8538-816dae2090ed
* added localedef as host tool(stripped from eglibc by mkl)Luotao Fu2007-05-081-0/+106
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7164 33e552b5-05e3-0310-8538-816dae2090ed