All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [git commit] package/pigz: drop bogus select BR2_PACKAGE_HOST_ZLIB
@ 2020-05-09 20:46 Thomas Petazzoni
  0 siblings, 0 replies; only message in thread
From: Thomas Petazzoni @ 2020-05-09 20:46 UTC (permalink / raw)
  To: buildroot

commit: https://git.buildroot.net/buildroot/commit/?id=cbdf7275da37223672d465c7ed260e217bcd7c1e
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

BR2_PACKAGE_HOST_ZLIB does not exist, and should anyway not be
selected by the target pigz package.

Signed-off-by: Louis-Paul Cordier <lpdev@cordier.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
---
 package/pigz/Config.in | 1 -
 1 file changed, 1 deletion(-)

diff --git a/package/pigz/Config.in b/package/pigz/Config.in
index a76146d8fc..af229060cf 100644
--- a/package/pigz/Config.in
+++ b/package/pigz/Config.in
@@ -2,7 +2,6 @@ config BR2_PACKAGE_PIGZ
 	bool "pigz"
 	depends on BR2_TOOLCHAIN_HAS_THREADS
 	select BR2_PACKAGE_ZLIB
-	select BR2_PACKAGE_HOST_ZLIB
 	help
 	  pigz, which stands for parallel implementation of gzip, is a
 	  fully functional replacement for gzip that exploits multiple

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2020-05-09 20:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-09 20:46 [Buildroot] [git commit] package/pigz: drop bogus select BR2_PACKAGE_HOST_ZLIB Thomas Petazzoni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.