mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 07:51:59 -09:00
Remove lvm2 !BR2_STATIC_LIBS dependency (It still depends on !BR2_STATIC_LIBS by BR2_PACKAGE_HOST_GO_TARGET_CGO_LINKING_SUPPORTS) Signed-off-by: Andreas Mohr <and@gmx.li> Signed-off-by: Arnout Vandecappelle <arnout@rnout.be>
25 lines
923 B
Plaintext
25 lines
923 B
Plaintext
config BR2_PACKAGE_SKOPEO
|
|
bool "skopeo"
|
|
depends on BR2_PACKAGE_HOST_GO_TARGET_ARCH_SUPPORTS
|
|
depends on BR2_PACKAGE_HOST_GO_TARGET_CGO_LINKING_SUPPORTS
|
|
depends on BR2_USE_MMU # btrfs-progs, libgpgme, lvm2
|
|
depends on BR2_PACKAGE_LIBGPG_ERROR_ARCH_SUPPORTS # libgpgme
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL
|
|
select BR2_PACKAGE_HOST_GO
|
|
select BR2_PACKAGE_BTRFS_PROGS
|
|
select BR2_PACKAGE_CONTAINERS_IMAGE_CONFIG # runtime
|
|
select BR2_PACKAGE_LIBGPGME
|
|
select BR2_PACKAGE_LVM2
|
|
help
|
|
skopeo is a command line utility that performs various
|
|
operations on container images and image repositories.
|
|
|
|
https://github.com/containers/skopeo
|
|
|
|
comment "skopeo needs a toolchain w/ NPTL"
|
|
depends on BR2_PACKAGE_HOST_GO_TARGET_ARCH_SUPPORTS
|
|
depends on BR2_PACKAGE_HOST_GO_TARGET_CGO_LINKING_SUPPORTS
|
|
depends on BR2_USE_MMU
|
|
depends on BR2_PACKAGE_LIBGPG_ERROR_ARCH_SUPPORTS
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS_NPTL
|