2017-01-09 15:08:17 +01:00
|
|
|
comment "rpm needs a toolchain w/ dynamic library and threads"
|
|
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS
|
2016-07-04 15:46:56 +02:00
|
|
|
depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
|
2016-11-18 19:50:53 +01:00
|
|
|
depends on BR2_USE_MMU
|
2016-05-29 14:38:58 +02:00
|
|
|
|
2008-04-14 12:56:41 +02:00
|
|
|
config BR2_PACKAGE_RPM
|
|
|
|
bool "rpm"
|
2017-01-09 15:08:17 +01:00
|
|
|
depends on !BR2_STATIC_LIBS # dlfcn.h
|
2016-11-18 19:50:53 +01:00
|
|
|
depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
|
2012-07-04 03:47:14 +02:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # beecrypt
|
2014-06-02 13:57:12 +02:00
|
|
|
depends on BR2_USE_MMU # fork()
|
2016-11-18 19:50:53 +01:00
|
|
|
select BR2_PACKAGE_BEECRYPT if !BR2_PACKAGE_LIBNSS
|
|
|
|
select BR2_PACKAGE_BERKELEYDB
|
|
|
|
select BR2_PACKAGE_FILE
|
2015-01-18 20:53:06 +01:00
|
|
|
select BR2_PACKAGE_POPT
|
2014-11-17 19:15:41 +01:00
|
|
|
select BR2_PACKAGE_ZLIB
|
2008-04-14 12:56:41 +02:00
|
|
|
help
|
2016-11-18 19:50:53 +01:00
|
|
|
The RPM Package Manager (RPM).
|
2008-04-14 12:56:41 +02:00
|
|
|
|
2016-11-18 19:50:53 +01:00
|
|
|
http://www.rpm.org/
|