summaryrefslogtreecommitdiffstats
path: root/package/qt5/qt5quickcontrols/qt5quickcontrols.hash
diff options
context:
space:
mode:
authorJörg Krause <joerg.krause@embedded.rocks>2017-02-14 23:44:01 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-02-20 22:19:18 +0100
commit2c3be02dfb16a39f9cd494f8215a4b1c4d4d8a70 (patch)
treeed67d20596dde77064b41599b6e93feed8a7bcae /package/qt5/qt5quickcontrols/qt5quickcontrols.hash
parentec52c7427f1a122250a883996c2377e311864542 (diff)
downloadbuildroot-2c3be02dfb16a39f9cd494f8215a4b1c4d4d8a70.tar.gz
buildroot-2c3be02dfb16a39f9cd494f8215a4b1c4d4d8a70.zip
bctoolbox: fix mbedtls/polarssl dependency
Currently we force selection on mbedtls for bctoolbox. If, for whatever reason, mbedTLS is not found, bctoolbox searches for PolarSSL and, if not present, fails with: ``` Could NOT find PolarSSL (missing: POLARSSL_INCLUDE_DIRS HAVE_POLARSSL_SSL_H) ``` This happens because bctoolbox enables support for mbedTLS and PolarSSL by default, whereas, if both are enabled, mbedTLS is preferred over PolarSSL. However, crypto support is not mandatory and support for both libraries can be turned off. Therefore, optionally depend on mbedTLS or PolarSSL and enable/disable the library support explicitly. This fixes the issue of searching for PolarSSL altough the dependency is not declared in the bctoolbox package. Note, that this does not fix the issue why mbedtls is not found although it is enabled. This issue is address in this thread [1]. Fixes: http://autobuild.buildroot.net/results/cfe/cfeb2f542598e5d450b332fb51a6d79bae24158c/ .. and more. [1] http://lists.busybox.net/pipermail/buildroot/2017-February/183055.html Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/qt5/qt5quickcontrols/qt5quickcontrols.hash')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud