mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 13:16:35 +00:00
package/pigz: drop bogus select BR2_PACKAGE_HOST_ZLIB
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>
This commit is contained in:
parent
25c5aabdfe
commit
cbdf7275da
@ -2,7 +2,6 @@ config BR2_PACKAGE_PIGZ
|
|||||||
bool "pigz"
|
bool "pigz"
|
||||||
depends on BR2_TOOLCHAIN_HAS_THREADS
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
||||||
select BR2_PACKAGE_ZLIB
|
select BR2_PACKAGE_ZLIB
|
||||||
select BR2_PACKAGE_HOST_ZLIB
|
|
||||||
help
|
help
|
||||||
pigz, which stands for parallel implementation of gzip, is a
|
pigz, which stands for parallel implementation of gzip, is a
|
||||||
fully functional replacement for gzip that exploits multiple
|
fully functional replacement for gzip that exploits multiple
|
||||||
|
Loading…
x
Reference in New Issue
Block a user