summaryrefslogtreecommitdiffstats
path: root/package/python-pyicu
diff options
context:
space:
mode:
authorBernd Kuhls <bernd.kuhls@t-online.de>2017-06-10 11:14:49 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-06-10 23:06:22 +0200
commitd8c26cbc3c1c0088e094641e12a6f319eb0079a8 (patch)
tree0effab3f4f367194170e227975e814e9d381c9d8 /package/python-pyicu
parent214a76d045f906c1a8d687b7c7e7bc85c5b09906 (diff)
downloadbuildroot-d8c26cbc3c1c0088e094641e12a6f319eb0079a8.tar.gz
buildroot-d8c26cbc3c1c0088e094641e12a6f319eb0079a8.zip
package/python-pyicu: needs host gcc >= 4.8 for icu support
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/python-pyicu')
-rw-r--r--package/python-pyicu/Config.in6
1 files changed, 4 insertions, 2 deletions
diff --git a/package/python-pyicu/Config.in b/package/python-pyicu/Config.in
index efab0853e4..2d9624c116 100644
--- a/package/python-pyicu/Config.in
+++ b/package/python-pyicu/Config.in
@@ -1,5 +1,6 @@
config BR2_PACKAGE_PYTHON_PYICU
bool "python-pyicu"
+ depends on BR2_HOST_GCC_AT_LEAST_4_8 # icu
depends on !BR2_BINFMT_FLAT # icu
depends on BR2_INSTALL_LIBSTDCPP # icu
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_8 # icu
@@ -9,7 +10,8 @@ config BR2_PACKAGE_PYTHON_PYICU
https://github.com/ovalhub/pyicu
-comment "python-pyicu needs a toolchain w/ C++, gcc >= 4.8"
+comment "python-pyicu needs a toolchain w/ C++, gcc >= 4.8, host gcc >= 4.8"
depends on !BR2_BINFMT_FLAT
depends on !BR2_INSTALL_LIBSTDCPP || \
- !BR2_TOOLCHAIN_GCC_AT_LEAST_4_8
+ !BR2_TOOLCHAIN_GCC_AT_LEAST_4_8 || \
+ !BR2_HOST_GCC_AT_LEAST_4_8
OpenPOWER on IntegriCloud