mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Roland Hieber <rhi@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Roland Hieber <rhi@pengutronix.de>
Subject: [ptxdist] [PATCH] libblkid: remove dependency to libuuid
Date: Sun, 21 Jun 2020 23:27:41 +0200	[thread overview]
Message-ID: <20200621212741.29596-1-rhi@pengutronix.de> (raw)

As a virtual package, libblkid should not infer any dependencies of
the concrete implementation. For example, util-linux-ng's libblkid can
be built without libuuid, so the current situation will lead to an
unused libuuid.so being installed on the target.

Signed-off-by: Roland Hieber <rhi@pengutronix.de>
---
 rules/libblkid.in | 1 -
 1 file changed, 1 deletion(-)

diff --git a/rules/libblkid.in b/rules/libblkid.in
index fdff17c7884e..f4dca17de8bd 100644
--- a/rules/libblkid.in
+++ b/rules/libblkid.in
@@ -3,7 +3,6 @@
 config LIBBLKID
 	tristate
 	select VIRTUAL
-	select LIBUUID
 	select UTIL_LINUX_NG
 	select UTIL_LINUX_NG_LIBBLKID
 	help
-- 
2.27.0


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de

             reply	other threads:[~2020-06-21 21:27 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-21 21:27 Roland Hieber [this message]
2020-06-26 11:00 ` [ptxdist] [APPLIED] " Michael Olbrich

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=20200621212741.29596-1-rhi@pengutronix.de \
    --to=rhi@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