93ce3c1be0
Required by micromamba. Signed-off-by: TIAN Yuanhao <tianyuanhao3@163.com> [Thomas: - rework shared/static lib handling - don't pass ENABLE_CONDA=ON based on BR2_PACKAGE_MICROMAMBA=y as it's weird that a dependency does something different depending on which of its reverse dependencies is enabled] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
10 lines
220 B
Plaintext
10 lines
220 B
Plaintext
config BR2_PACKAGE_LIBSOLV
|
|
bool "libsolv"
|
|
depends on BR2_USE_MMU # fork()
|
|
select BR2_PACKAGE_ZLIB
|
|
help
|
|
A free package dependency solver using a satisfiability
|
|
algorithm.
|
|
|
|
https://github.com/openSUSE/libsolv
|