summaryrefslogtreecommitdiff
path: root/package/poco
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2014-06-01 09:56:58 -0300
committerPeter Korsgaard <peter@korsgaard.com>2014-06-01 21:51:17 +0200
commit2bdc60c6b77f825d4e28526b858823db7f6b99ea (patch)
treee69c0964fffd2da7cfb46c3ad1371358b081ee26 /package/poco
parent990a46fdec6a6b7f6fc342371a09f0a7f846647b (diff)
mysql: disable for AVR32
The compiler can't even build it, fixes: http://autobuild.buildroot.net/results/b5c/b5c3893accc777d717e1d70283437aa626f0aa2d/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/poco')
-rw-r--r--package/poco/Config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/poco/Config.in b/package/poco/Config.in
index e8832e8df..8384b42be 100644
--- a/package/poco/Config.in
+++ b/package/poco/Config.in
@@ -55,6 +55,7 @@ config BR2_PACKAGE_POCO_DATA_SQLITE
config BR2_PACKAGE_POCO_DATA_MYSQL
bool "mysql"
depends on BR2_USE_MMU # mysql
+ depends on !BR2_avr32 # mysql
select BR2_PACKAGE_POCO_DATA
select BR2_PACKAGE_MYSQL