summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoland Hieber <rhi@pengutronix.de>2020-06-21 23:27:41 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2020-06-22 10:23:22 +0200
commit1995e9f093e1ec7ccbaaaee2c6d31ac4d8f455c4 (patch)
tree7993f8922e9ff6f17902c25e1fc7f7c0f16cd461
parent332144f1a96d1289e24794c987018acc5097f6a4 (diff)
downloadptxdist-1995e9f093e1ec7ccbaaaee2c6d31ac4d8f455c4.tar.gz
ptxdist-1995e9f093e1ec7ccbaaaee2c6d31ac4d8f455c4.tar.xz
libblkid: remove dependency to libuuid
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> Message-Id: <20200621212741.29596-1-rhi@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/libblkid.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/rules/libblkid.in b/rules/libblkid.in
index fdff17c78..f4dca17de 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