summaryrefslogtreecommitdiffstats
path: root/rules/host-util-linux-ng.make
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* util-linux-ng: version bump 2.27.1 -> 2.28Robert Schwebel2016-06-131-1/+0
| | | | | | | | | The new version checks for unrecognized options; --without-termcap is outdated, so we remove it. The patches are ported. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de> [mol: update host-util-linux-ng as well] Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* util-linux-ng: version bump 2.26.2 -> 2.27Michael Olbrich2015-10-151-0/+10
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* host-systemd: needs libmountMichael Olbrich2015-01-091-0/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* util-linux-ng: version bump 2.24 -> 2.25Michael Olbrich2014-09-221-53/+3
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* host-util-linux-ng :cleanup configure optionsMichael Olbrich2014-01-301-7/+31
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* host-util-linux-ng: update configure otions to latest versionMichael Olbrich2013-04-091-12/+34
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* host-util-linux-ng: remove redundant get stageRobert Schwebel2012-06-141-8/+0
| | | | Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* host-util-linux-ng: fix building with latest versionMichael Olbrich2011-03-231-4/+24
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [host-util-linux-ng] no need for gettext hereMichael Olbrich2010-07-191-0/+1
| | | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de> Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* [host-util-linux-ng] only build libuuid and libblkidMichael Olbrich2010-07-081-1/+6
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [host-util-linux-ng] configure with --disable-fallocateMichael Olbrich2010-02-221-1/+2
| | | | | | We don't need it and it causes problems on some systems. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [host-util-linux-ng] Added host build for newer libuuid and libblkidCarsten Schlote2010-02-081-0/+42
util-linux-ng provides newer versions of libuuid and libblkid then the e2fsprogs. Signed-off-by: Carsten Schlote <c.schlote@konzeptpark.de> Acked-by: Marc Kleine-Budde <mkl@pengutronix.de>