mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-09-22 23:10:18 +00:00
0c37249cb3bb38af4a8f594bbb89ec58df810a2b
mercurial's setup.py treats ssl.HAS_TLSv1_2 as authoritative and refuses to build at all: The `ssl` module does not advertise support for TLS 1.2. Please make sure that your Python installation was compiled against an OpenSSL version enabling these features (likely this requires the OpenSSL version to be at least 1.0.1). ERROR: mercurial-7.2.4-r0 do_compile: Execution of .../run.do_compile failed with exit code 1 Add a patch which only trusts the flag with OpenSSL < 4.0, in setup.py and in sslutil.supportedprotocols (which otherwise loses b'tls1.2' and makes `hg debuginstall` under-report the available protocols). Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
…
Collection of layers for the OE-core universe
Main layer maintainer: Khem Raj raj.khem@gmail.com
This repository is a collection of layers to supplement OE-Core with additional packages, Each layer have designated maintainer Please see the respective READMEs in the layer subdirectories
Languages
BitBake
86.5%
Shell
5.8%
C
2.7%
Roff
1.9%
NASL
1.7%
Other
1.2%