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 <b...@pengutronix.de>
---
 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 \
-- 
2.20.1


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

Reply via email to