summaryrefslogtreecommitdiffstats
path: root/rules/host-glib.make
Commit message (Collapse)AuthorAgeFilesLines
* rules: used PTXDIST_SYSROOT_* instead of PTXCONF_SYSROOT_*Michael Olbrich2019-07-161-2/+2
| | | | | | | The value should be the same. Always use PTXDIST_SYSROOT_* for consistency. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* CREDITS: remove unmaintained fileRoland Hieber2019-07-031-2/+0
| | | | | | | | | | | | | | | This file has been touched 2 times in the last 7 years, and is no longer up to date. Remove it to carry less unmaintained stuff around. Also remove all references to it from file headers using for file in `g grep -l 'See CREDITS for details about who has'`; do sed -i '/See CREDITS for details about who has/,+1d' $file done as well as the different wording from rules/other/Toplevel.make. Signed-off-by: Roland Hieber <rhi@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* host-glib: fix glib-gettextizeMichael Olbrich2019-04-091-1/+4
| | | | | | | | Some more paths must be replaced. Also, <sysroot>/share/glib-2.0/gettext must exist at runtime, even if it's empty (because no translation files are installed). Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* glib: version bump 2.56.3 -> 2.60.0Michael Olbrich2019-03-191-35/+17
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* glib: version bump 2.54.2 -> 2.56.1Michael Olbrich2018-05-211-1/+0
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* glib: version bump 2.52.1 -> 2.54.2Ladislav Michl2017-12-011-2/+8
| | | | | | | | | | Update to latest stable version. Also it turned out that package install stage is using GTKDOC tools found on build host, so add empty ac_cv_path_* to avoid that. Signed-off-by: Ladislav Michl <ladis@linux-mips.org> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* host-glib: make glib-gettextize usableMichael Olbrich2017-01-041-0/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* glib: version bump 2.48.2 -> 2.50.1Michael Olbrich2016-10-201-0/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* glib: use 'real' libpcreMichael Olbrich2016-04-211-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* glib: version bump 2.46.0 -> 2.48.0Michael Olbrich2016-04-211-2/+4
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* host-glib: ignore gettextMichael Olbrich2014-06-181-3/+6
| | | | | | Otherwise configure will fail if gettext is not available. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* remove host-libiconvMichael Olbrich2014-06-171-6/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* host-glib: cleanup configure optionsMichael Olbrich2014-06-161-1/+8
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* host-glib: remove obsolete configure optionMichael Olbrich2014-01-291-1/+0
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* host-glib: fix sysroot fixupMichael Olbrich2014-01-171-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* host-glib: fix python search paths in gdbus-codegenMichael Olbrich2013-02-121-0/+6
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* glib: version bump: 2.32.3 -> 2.34.1Michael Olbrich2012-10-281-0/+13
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* autogen-tools: remove obsolete special dependenciesMichael Olbrich2012-05-271-12/+0
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [glib] add experimental glib-2.25.xRobert Schwebel2010-06-031-0/+8
| | | | | | Add glib-2.25.x rules to ptxdist. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* [host-glib] depend on install.post for autogen-toolsMichael Olbrich2010-04-121-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [host-*] remove obsolete stagesMichael Olbrich2010-01-191-8/+0
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [host-*] remove obsolete clean and prepare targetsMichael Olbrich2010-01-181-19/+0
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [host-glib] just cleanupsMarc Kleine-Budde2010-01-051-2/+0
| | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* [host-glib] install before autoreconf stuff if enabledMichael Olbrich2009-10-271-0/+5
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* iconv: rework iconv handling in ptxdistRobert Schwebel2009-06-091-1/+2
| | | | | | | | | | libiconv provides functionality that is already provided by glibc. So we consolidate ptxdist to use native glibc iconv instead of libiconv support. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10681 33e552b5-05e3-0310-8538-816dae2090ed
* * host-glib: Remove the fixed dependency to host-libiconvJuergen Beisert2009-06-051-3/+4
| | | | | | | | On GNU glibc based hosts the iconv() feature is part of the main c library. There is no need for libiconv! git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10638 33e552b5-05e3-0310-8538-816dae2090ed
* * host-glib.make:Marc Kleine-Budde2008-05-261-30/+4
| | | | | | | cleanups git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8244 33e552b5-05e3-0310-8538-816dae2090ed
* * host-glib.make:Marc Kleine-Budde2008-04-151-14/+4
| | | | | | | removed default deps git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8021 33e552b5-05e3-0310-8538-816dae2090ed
* * glib: hardcode iconv only for host toolRobert Schwebel2007-10-171-0/+2
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7438 33e552b5-05e3-0310-8538-816dae2090ed
* * host-glib: make libiconv handling consistent to the target tool.Robert Schwebel2007-10-161-1/+3
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7397 33e552b5-05e3-0310-8538-816dae2090ed
* * host-glib.make:Marc Kleine-Budde2007-02-121-8/+2
| | | | | | | regenerated makefile git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7009 33e552b5-05e3-0310-8538-816dae2090ed
* fixed targetoveriding and removed unnecessary getLuotao Fu2007-02-071-5/+2
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@6993 33e552b5-05e3-0310-8538-816dae2090ed
* added glib hosttool to enable crosscompiling on machines without glib-genmarshalLuotao Fu2007-02-021-0/+106
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@6983 33e552b5-05e3-0310-8538-816dae2090ed