diff options
| author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2017-06-05 12:14:52 +0200 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-06-05 15:51:04 +0200 |
| commit | a52c925efe7a83208535a4f346cc66704cb46500 (patch) | |
| tree | e32612007e58b0de1b88a55d66488afce3cb6697 /package/python-mwscrape2slob | |
| parent | 1b862a4fa5ad68467b7a9773e53e8b8c99d1aae7 (diff) | |
| download | buildroot-a52c925efe7a83208535a4f346cc66704cb46500.tar.gz buildroot-a52c925efe7a83208535a4f346cc66704cb46500.zip | |
package/icu: bump version to 59.1
According to the release notes "Compiler support for C++11 is now
required for building the ICU libraries.
GCC: version 4.8 and later has been tested."
Added corresponding dependencies and reverse dependencies.
Removed patch 0006 applied upstream.
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-mwscrape2slob')
| -rw-r--r-- | package/python-mwscrape2slob/Config.in | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/package/python-mwscrape2slob/Config.in b/package/python-mwscrape2slob/Config.in index 799ab29c34..dc2b2ae3bd 100644 --- a/package/python-mwscrape2slob/Config.in +++ b/package/python-mwscrape2slob/Config.in @@ -2,6 +2,7 @@ config BR2_PACKAGE_PYTHON_MWSCRAPE2SLOB bool "python-mwscrape2slob" depends on !BR2_BINFMT_FLAT # python-slob -> python-pyicu -> icu depends on BR2_INSTALL_LIBSTDCPP # python-slob -> python-pyicu -> icu + depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_8 # python-slob -> python-pyicu -> icu depends on BR2_PACKAGE_PYTHON3 select BR2_PACKAGE_PYTHON_COUCHDB # runtime select BR2_PACKAGE_PYTHON_CSSSELECT # runtime @@ -14,6 +15,7 @@ config BR2_PACKAGE_PYTHON_MWSCRAPE2SLOB https://github.com/itkach/mwscrape2slob -comment "python-mwscrape2slob needs a toolchain w/ C++" +comment "python-mwscrape2slob needs a toolchain w/ C++, gcc >= 4.8" depends on BR2_PACKAGE_PYTHON3 && !BR2_BINFMT_FLAT - depends on !BR2_INSTALL_LIBSTDCPP + depends on !BR2_INSTALL_LIBSTDCPP || \ + !BR2_TOOLCHAIN_GCC_AT_LEAST_4_8 |

