2010-01-18 15:14:18 +01:00
|
|
|
comment "rpm requires libneon with SSL, XML and ZLIB support"
|
|
|
|
depends on !BR2_PACKAGE_NEON || BR2_PACKAGE_NEON_NOXML
|
|
|
|
|
2008-04-14 12:56:41 +02:00
|
|
|
config BR2_PACKAGE_RPM
|
|
|
|
bool "rpm"
|
|
|
|
select BR2_PACKAGE_BEECRYPT
|
|
|
|
select BR2_PACKAGE_POPT
|
2009-12-25 11:29:22 +01:00
|
|
|
select BR2_PACKAGE_OPENSSL
|
2010-01-18 15:14:18 +01:00
|
|
|
depends on BR2_PACKAGE_NEON
|
|
|
|
depends on !BR2_PACKAGE_NEON_NOXML
|
2008-12-31 19:27:31 +01:00
|
|
|
select BR2_PACKAGE_NEON_ZLIB
|
2009-12-25 11:29:22 +01:00
|
|
|
select BR2_PACKAGE_NEON_SSL
|
2008-04-14 12:56:41 +02:00
|
|
|
help
|
|
|
|
The RPM package management system.
|
|
|
|
|
|
|
|
http://rpm5.org
|
2009-12-25 11:29:22 +01:00
|
|
|
|
|
|
|
config BR2_PACKAGE_RPM_BZIP2_PAYLOADS
|
|
|
|
bool "support for bzip2 payloads"
|
|
|
|
depends on BR2_PACKAGE_RPM
|
|
|
|
select BR2_PACKAGE_BZIP2
|
|
|
|
help
|
|
|
|
Support for bzip2 payloads in RPM.
|
|
|
|
|
|
|
|
config BR2_PACKAGE_RPM_XZ_PAYLOADS
|
|
|
|
bool "support for xz payloads"
|
|
|
|
depends on BR2_PACKAGE_RPM
|
2010-12-13 17:27:41 +01:00
|
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
2009-12-25 11:29:22 +01:00
|
|
|
help
|
|
|
|
Support for xz payloads in RPM.
|
|
|
|
|
|
|
|
comment "xz payload support requires a toolchain with c++ support"
|
2010-12-13 17:27:41 +01:00
|
|
|
depends on !BR2_INSTALL_LIBSTDCPP
|
2009-12-25 11:29:22 +01:00
|
|
|
|
|
|
|
|