summaryrefslogtreecommitdiffstats
path: root/package/poco/Config.in
diff options
context:
space:
mode:
authorWill Newton <will.newton@linaro.org>2013-05-26 12:08:16 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2013-06-09 22:09:00 +0200
commit2228c15e4161881fd77c3134f73bb5f913d4971a (patch)
tree1a6e1eb819e17a37ae59b645c1a1a67c1ec71eb2 /package/poco/Config.in
parent258bb8e1610e13d2d5dfaeb39fe8291fcabb3558 (diff)
downloadbuildroot-novena-2228c15e4161881fd77c3134f73bb5f913d4971a.tar.gz
buildroot-novena-2228c15e4161881fd77c3134f73bb5f913d4971a.zip
poco: Add upstream patch to add support for aarch64.
Signed-off-by: Will Newton <will.newton@linaro.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/poco/Config.in')
-rw-r--r--package/poco/Config.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/poco/Config.in b/package/poco/Config.in
index 402f96d3b..47ca83dbe 100644
--- a/package/poco/Config.in
+++ b/package/poco/Config.in
@@ -3,7 +3,7 @@ config BR2_PACKAGE_POCO
depends on BR2_INSTALL_LIBSTDCPP
depends on BR2_USE_WCHAR
depends on BR2_TOOLCHAIN_HAS_THREADS
- depends on !(BR2_aarch64 || BR2_arc || BR2_bfin || BR2_microblaze || BR2_mipsel || BR2_xtensa)
+ depends on !(BR2_arc || BR2_bfin || BR2_microblaze || BR2_mipsel || BR2_xtensa)
select BR2_PACKAGE_ZLIB
select BR2_PACKAGE_PCRE
help
@@ -62,4 +62,4 @@ endif # BR2_PACKAGE_POCO
comment "poco requires a toolchain with WCHAR, threads, and C++ support"
depends on !BR2_USE_WCHAR || !BR2_INSTALL_LIBSTDCPP \
|| !BR2_TOOLCHAIN_HAS_THREADS
- depends on !(BR2_aarch64 || BR2_arc || BR2_bfin || BR2_microblaze || BR2_mipsel || BR2_xtensa)
+ depends on !(BR2_arc || BR2_bfin || BR2_microblaze || BR2_mipsel || BR2_xtensa)