]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
e2fsprogs: avoid conflict with util-linux fsck wrapper
authorCarlos Santos <casantos@datacom.ind.br>
Sat, 22 Apr 2017 22:49:17 +0000 (00:49 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thu, 4 May 2017 20:33:01 +0000 (22:33 +0200)
commit74cedf7eb91d5a2dfc94a3c1d4ec61bcacaeff6d
treea5d33f8e64e5dd2d58d6d1d86993a61a26cdf8e6
parent1ae2a571381b849334b27a2b063705834c292367
e2fsprogs: avoid conflict with util-linux fsck wrapper

The fsck wrapper from util-linux is better maintained, so it should be
preferred. In particular, systemd relies on features in the util-linux
fsck wrapper that don't exist in the e2fsprogs one. However, since
e2fsprogs depends on util-linux, the one from e2fsprogs currently has
precedence. So in order to have e2fsck from e2fsprogs and the fsck
wrapper from util-linux, we disable e2fsprogs' fsck if the one from
util-linux is selected.

Signed-off-by: Carlos Santos <casantos@datacom.ind.br>
CC: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
[Arnout: don't add comment]
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/e2fsprogs/Config.in