3c476540d1
Allow enabling features depends on the relying packages. Add the old sub-options to Config.in.legacy. Signed-off-by: Romain Naour <romain.naour@openwide.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
22 lines
576 B
Plaintext
22 lines
576 B
Plaintext
comment "rpm needs a toolchain w/ threads"
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS
|
|
depends on BR2_USE_MMU # fork()
|
|
|
|
config BR2_PACKAGE_RPM
|
|
bool "rpm"
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # beecrypt
|
|
depends on BR2_USE_MMU # fork()
|
|
select BR2_PACKAGE_BEECRYPT
|
|
select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
|
|
select BR2_PACKAGE_NEON
|
|
select BR2_PACKAGE_NEON_SSL
|
|
select BR2_PACKAGE_NEON_XML
|
|
select BR2_PACKAGE_NEON_ZLIB
|
|
select BR2_PACKAGE_OPENSSL
|
|
select BR2_PACKAGE_POPT
|
|
select BR2_PACKAGE_ZLIB
|
|
help
|
|
The RPM package management system.
|
|
|
|
http://rpm5.org
|