mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Bastian Krause <bst@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Bastian Krause <bst@pengutronix.de>
Subject: [ptxdist] [PATCH] host-e2fsprogs: do not build and use private libuuid/libblkid
Date: Tue,  5 Feb 2019 16:24:46 +0100	[thread overview]
Message-ID: <20190205152446.24221-1-bst@pengutronix.de> (raw)

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 <bst@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	other threads:[~2019-02-05 15:24 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190205152446.24221-1-bst@pengutronix.de \
    --to=bst@pengutronix.de \
    --cc=ptxdist@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox