From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: From: Roland Hieber Date: Sun, 21 Jun 2020 23:27:41 +0200 Message-Id: <20200621212741.29596-1-rhi@pengutronix.de> MIME-Version: 1.0 Subject: [ptxdist] [PATCH] libblkid: remove dependency to libuuid List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ptxdist-bounces@pengutronix.de Sender: "ptxdist" To: ptxdist@pengutronix.de Cc: Roland Hieber 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 --- 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