701b113747
Switch from RPM5's implementation to rpm.org's more active stream [1]. The history of RPM and the common RPM5-fork is covered in an LWN article "Who maintains RPM?" [2]. Since rpm.org's implementation is used/ maintained on most RPM-based distributions as well as a series of other minor details (see [3]), the switch is being made. [1]: http://lists.buildroot.org/pipermail/buildroot/2015-August/137580.html [2]: https://lwn.net/Articles/196523/ [3]: https://patchwork.ozlabs.org/patch/668151/ Signed-off-by: James Knight <james.knight@rockwellcollins.com> [Thomas: adjust licensing.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
21 lines
593 B
Plaintext
21 lines
593 B
Plaintext
comment "rpm needs a toolchain w/ threads"
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS
|
|
depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
|
|
depends on BR2_USE_MMU
|
|
|
|
config BR2_PACKAGE_RPM
|
|
bool "rpm"
|
|
depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # beecrypt
|
|
depends on BR2_USE_MMU # fork()
|
|
select BR2_PACKAGE_BEECRYPT if !BR2_PACKAGE_LIBNSS
|
|
select BR2_PACKAGE_BERKELEYDB
|
|
select BR2_PACKAGE_FILE
|
|
select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
|
|
select BR2_PACKAGE_POPT
|
|
select BR2_PACKAGE_ZLIB
|
|
help
|
|
The RPM Package Manager (RPM).
|
|
|
|
http://www.rpm.org/
|