mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
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>
This commit is contained in:
committed by
Arnout Vandecappelle
parent
fd0751a86c
commit
bd0fcfbe8f
@@ -5,7 +5,6 @@ config BR2_PACKAGE_SKOPEO
|
|||||||
depends on BR2_USE_MMU # btrfs-progs, libgpgme, lvm2
|
depends on BR2_USE_MMU # btrfs-progs, libgpgme, lvm2
|
||||||
depends on BR2_PACKAGE_LIBGPG_ERROR_ARCH_SUPPORTS # libgpgme
|
depends on BR2_PACKAGE_LIBGPG_ERROR_ARCH_SUPPORTS # libgpgme
|
||||||
depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL
|
depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL
|
||||||
depends on !BR2_STATIC_LIBS # lvm2
|
|
||||||
select BR2_PACKAGE_HOST_GO
|
select BR2_PACKAGE_HOST_GO
|
||||||
select BR2_PACKAGE_BTRFS_PROGS
|
select BR2_PACKAGE_BTRFS_PROGS
|
||||||
select BR2_PACKAGE_CONTAINERS_IMAGE_CONFIG # runtime
|
select BR2_PACKAGE_CONTAINERS_IMAGE_CONFIG # runtime
|
||||||
@@ -17,10 +16,9 @@ config BR2_PACKAGE_SKOPEO
|
|||||||
|
|
||||||
https://github.com/containers/skopeo
|
https://github.com/containers/skopeo
|
||||||
|
|
||||||
comment "skopeo needs a toolchain w/ NPTL, sahred libs"
|
comment "skopeo needs a toolchain w/ NPTL"
|
||||||
depends on BR2_PACKAGE_HOST_GO_TARGET_ARCH_SUPPORTS
|
depends on BR2_PACKAGE_HOST_GO_TARGET_ARCH_SUPPORTS
|
||||||
depends on BR2_PACKAGE_HOST_GO_TARGET_CGO_LINKING_SUPPORTS
|
depends on BR2_PACKAGE_HOST_GO_TARGET_CGO_LINKING_SUPPORTS
|
||||||
depends on BR2_USE_MMU
|
depends on BR2_USE_MMU
|
||||||
depends on BR2_PACKAGE_LIBGPG_ERROR_ARCH_SUPPORTS
|
depends on BR2_PACKAGE_LIBGPG_ERROR_ARCH_SUPPORTS
|
||||||
depends on !BR2_TOOLCHAIN_HAS_THREADS_NPTL \
|
depends on !BR2_TOOLCHAIN_HAS_THREADS_NPTL
|
||||||
|| BR2_STATIC_LIBS
|
|
||||||
|
|||||||
Reference in New Issue
Block a user