Files
meta-openembedded/meta-networking/recipes-connectivity
Hongxu Jia 238c1e3bee crda: use gcrypt as default crypt
As Makefile told us, if `USE_OPENSSL=1', only openssl10 works,
even though the recipe depends libgcrypt.
[Makefile snip]
|ifeq ($(USE_OPENSSL),1)
|CFLAGS += -DUSE_OPENSSL
[snip]
|else
|CFLAGS += -DUSE_GCRYPT
[Makefile snip]

The crda dpends openssl 1.0.x which there is a build failure with
openssl 1.1.x. So use gcrypt instead of openssl by default.

The idea refers:
https://bugs.chromium.org/p/chromium/issues/detail?id=735782
https://gitweb.gentoo.org/repo/gentoo.git/tree/net-wireless/crda/crda-3.18-r1.ebuild#n36

Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-09-25 22:24:15 -07:00
..
2018-08-29 18:18:14 -07:00
2018-09-25 22:24:15 -07:00
2018-08-19 17:10:27 -04:00
2018-04-06 08:12:19 -04:00
2017-04-25 15:55:36 -04:00
2018-09-09 10:46:29 -07:00
2018-09-05 13:59:16 -07:00
2018-08-24 08:58:13 -07:00
2018-07-15 11:58:02 -07:00
2017-09-12 10:55:05 -04:00
2018-08-21 17:28:18 -07:00
2015-11-30 13:20:29 -05:00
2018-05-29 12:57:23 -07:00
2018-05-17 08:32:26 -07:00