Commit 485b05a4 authored by Gustavo Zacarias's avatar Gustavo Zacarias Committed by Peter Korsgaard
Browse files

rpm: needs threads support



Because beecrypt needs threads rpm does too since it's a mandatory
dependency.

Signed-off-by: default avatarGustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent f7ea7b22
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
comment "rpm requires a toolchain with thread support"
	depends on !BR2_TOOLCHAIN_HAS_THREADS

comment "rpm requires libneon with SSL, XML and ZLIB support"
	depends on !BR2_PACKAGE_NEON || BR2_PACKAGE_NEON_NOXML
	depends on !BR2_PACKAGE_NEON || BR2_PACKAGE_NEON_NOXML && BR2_TOOLCHAIN_HAS_THREADS

config BR2_PACKAGE_RPM
	bool "rpm"
	depends on BR2_TOOLCHAIN_HAS_THREADS # beecrypt
	select BR2_PACKAGE_BEECRYPT
	select BR2_PACKAGE_POPT
	select BR2_PACKAGE_OPENSSL