From 4f52e4fd9dae438a1b944cdb037027a3d8221d99 Mon Sep 17 00:00:00 2001 From: Bastian Krause Date: Tue, 5 Feb 2019 16:24:46 +0100 Subject: host-e2fsprogs: do not build and use private libuuid/libblkid util-linux-ng provides more recent versions of libuuid and libblkid. Use them. This prevents outdated versions (and their headers) from getting installed into the sysroot, possibly over the recent versions from host-util-linux-ng. Signed-off-by: Bastian Krause Signed-off-by: Michael Olbrich --- rules/host-e2fsprogs.in | 1 + rules/host-e2fsprogs.make | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/rules/host-e2fsprogs.in b/rules/host-e2fsprogs.in index cc2d7ea64..122b0ba31 100644 --- a/rules/host-e2fsprogs.in +++ b/rules/host-e2fsprogs.in @@ -2,6 +2,7 @@ config HOST_E2FSPROGS tristate + select HOST_UTIL_LINUX_NG default y if ALLYES help Useful hosttools for management of ext2 and ext3 filesystems diff --git a/rules/host-e2fsprogs.make b/rules/host-e2fsprogs.make index 2d586fcf6..f382fd2d6 100644 --- a/rules/host-e2fsprogs.make +++ b/rules/host-e2fsprogs.make @@ -36,8 +36,8 @@ HOST_E2FSPROGS_CONF_OPT := \ --disable-jbd-debug \ --disable-blkid-debug \ --disable-testio-debug \ - --enable-libuuid \ - --enable-libblkid \ + --disable-libuuid \ + --disable-libblkid \ --disable-backtrace \ --disable-debugfs \ --disable-imager \ -- cgit v1.2.3