packages: all salute the passing of avr32

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Yann E. MORIN
2015-02-14 10:23:06 +01:00
committed by Thomas Petazzoni
parent 188c0a3168
commit 9863553fe8
86 changed files with 27 additions and 3528 deletions

View File

@@ -4,7 +4,7 @@ config BR2_PACKAGE_POCO
depends on BR2_USE_WCHAR
depends on BR2_TOOLCHAIN_HAS_THREADS
depends on !(BR2_arc || BR2_bfin || BR2_microblaze || BR2_mipsel \
|| BR2_xtensa || BR2_avr32)
|| BR2_xtensa)
select BR2_PACKAGE_ZLIB
select BR2_PACKAGE_PCRE
help
@@ -55,7 +55,6 @@ 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
@@ -65,4 +64,4 @@ comment "poco needs a toolchain w/ wchar, threads, C++"
depends on !BR2_USE_WCHAR || !BR2_INSTALL_LIBSTDCPP \
|| !BR2_TOOLCHAIN_HAS_THREADS
depends on !(BR2_arc || BR2_bfin || BR2_microblaze || BR2_mipsel \
|| BR2_xtensa || BR2_avr32)
|| BR2_xtensa)