b82b58a8dd
- Remove patch 0001-zkey-ekmfweb-fix-linking-of-libekmfweb.patch which has been merged. - Also update the GitHub URL because the project has been renamed. Signed-off-by: Alexander Egorenkov <egorenar@linux.ibm.com> [Peter: also update Config.in URL] Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
15 lines
449 B
Plaintext
15 lines
449 B
Plaintext
comment "s390-tools needs a glibc toolchain w/ C++, wchar, dynamic library"
|
|
depends on BR2_s390x
|
|
depends on !BR2_TOOLCHAIN_USES_GLIBC || !BR2_INSTALL_LIBSTDCPP
|
|
|
|
config BR2_PACKAGE_S390_TOOLS
|
|
bool "s390-tools"
|
|
depends on BR2_s390x
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
|
depends on BR2_TOOLCHAIN_USES_GLIBC
|
|
select BR2_PACKAGE_ZLIB
|
|
help
|
|
Tools for use with the s390 Linux kernel and device drivers.
|
|
|
|
https://github.com/ibm-s390-linux/s390-tools
|