summaryrefslogtreecommitdiffstats
path: root/recipes-connectivity/openssl
Commit message (Collapse)AuthorAgeFilesLines
* openssl: Drop riscv workarounds to add libatomicKhem Raj2024-10-291-9/+1
| | | | | | | Additionally disable relaxation on rv32 with lld see [1] [1] https://github.com/llvm/llvm-project/issues/113838 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* openssl: Limit adding latomic to riscv32/riscv64 aloneKhem Raj2023-12-211-1/+4
| | | | | | This is not needed on all architectures. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* meta-clang: Convert to new override syntaxSigned-off-by: Martin Jansa2021-08-031-4/+4
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* openssl: Link with libatomic for riscv platformKhem Raj2019-08-121-0/+8
Signed-off-by: Khem Raj <raj.khem@gmail.com>