Files
buildroot/package/skopeo/Config.in
Andreas Mohr bd0fcfbe8f package/skopeo: remove lvm2 !BR2_STATIC_LIBS entry
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>
2026-05-29 10:41:06 +02:00

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