summaryrefslogtreecommitdiffstats
path: root/package/rpm
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2012-07-04 01:47:14 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2012-07-04 14:53:35 +0200
commit485b05a475a996652a6533b3f50c5440a025e5bf (patch)
tree592d783c6ab9fb13a27606ba6516444678cbf3c0 /package/rpm
parentf7ea7b227fc9c04fa85fd4a552ef9e5640abaf26 (diff)
downloadbuildroot-novena-485b05a475a996652a6533b3f50c5440a025e5bf.tar.gz
buildroot-novena-485b05a475a996652a6533b3f50c5440a025e5bf.zip
rpm: needs threads support
Because beecrypt needs threads rpm does too since it's a mandatory dependency. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/rpm')
-rw-r--r--package/rpm/Config.in6
1 files changed, 5 insertions, 1 deletions
diff --git a/package/rpm/Config.in b/package/rpm/Config.in
index a80a5a797..14072c95f 100644
--- a/package/rpm/Config.in
+++ b/package/rpm/Config.in
@@ -1,8 +1,12 @@
+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