sconeserver: fix depends

sconeserver selects packages that have other depends that aren't taken
account of.
Fixes
http://autobuild.buildroot.net/results/6e858387cfcb3f8d7422a29855a6a3c770d70c0e
among probably others.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Gustavo Zacarias 2012-12-28 02:07:37 +00:00 committed by Peter Korsgaard
parent fe2ca806b0
commit 8bbd1204a6

View File

@ -32,12 +32,16 @@ config BR2_PACKAGE_SCONESERVER_HTTP_SCONESITE_IMAGE
config BR2_PACKAGE_SCONESERVER_MYSQL config BR2_PACKAGE_SCONESERVER_MYSQL
bool "mysql" bool "mysql"
depends on BR2_USE_MMU # mysql
select BR2_PACKAGE_MYSQL_CLIENT select BR2_PACKAGE_MYSQL_CLIENT
help help
MySQL module for Sconeserver MySQL module for Sconeserver
config BR2_PACKAGE_SCONESERVER_BLUETOOTH config BR2_PACKAGE_SCONESERVER_BLUETOOTH
bool "bluetooth" bool "bluetooth"
depends on BR2_USE_WCHAR # bluez->libglib2
depends on BR2_USE_MMU # bluez->dbus
depends on BR2_TOOLCHAIN_HAS_THREADS # bluez->dbus
select BR2_PACKAGE_BLUEZ_UTILS select BR2_PACKAGE_BLUEZ_UTILS
help help
Bluetooth module for Sconeserver Bluetooth module for Sconeserver
@ -50,6 +54,8 @@ config BR2_PACKAGE_SCONESERVER_RSS
config BR2_PACKAGE_SCONESERVER_LOCATION config BR2_PACKAGE_SCONESERVER_LOCATION
bool "location" bool "location"
depends on BR2_USE_MMU # gpsd
depends on BR2_TOOLCHAIN_HAS_THREADS # gpsd
select BR2_PACKAGE_GPSD select BR2_PACKAGE_GPSD
help help
Location module for Sconeserver Location module for Sconeserver