Go to file
Tim Orling 8589b69f9f python3-cryptography: upgrade 3.3.2 -> 36.0.1
See https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst#3601---2021-12-14
for changes

* Add PSF-2.0 license and explicitly add checksums for the LICENSE files that
  are packaged.
* RDEPENDS on python3-hypothesis (in oe-core) for ptest so we can drop the
  patch for skipping.
* Drop backported patch for openssl3 support.
* inherit new setuptools_rust class (which inherits new pyo3 class, which
  inherits cargo and python3-dir).
* RDEPENDS on python3-pytest-subtests for ptest
* Copy pyproject.toml for ptest as it defines the pytest.marker(s) needed
* Cleanup and alphabetize the RDEPENDS
* Use 'cargo bitbake' to generate the crate:// SRC_URIs
   - Needed some hacks to the Cargo.toml in src/rust/ to make this work (probably
     only package.repository was strictly required):

     [package]
     description = "cryptography includes both high level recipes and low level interfaces to common cryptographic algorithms such as symmetric ciphers, message digests, and key derivation functions."
     homepage = "https://github.com/pyca/cryptography"
     repository = "https://github.com/pyca/cryptography"

* Add patches to src/rust/Cargo.toml to fix cargo errors including  pem version
* Add check-memfree.py to ptest to check for sufficient free memory

Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-01-18 08:59:58 -08:00
contrib contrib: fix python warnings for oe-stylize 2021-12-21 18:49:37 -08:00
meta-filesystems simple-mtpfs: add dependency on autoconf-archive 2021-12-28 19:20:31 -08:00
meta-gnome nautilus: Fix build with libportal >= 0.5 2022-01-12 09:22:34 -08:00
meta-initramfs grubby: fix conflict with debianutils 2022-01-11 17:51:55 -08:00
meta-multimedia libsrtp: Add support for specifying the crypto library 2022-01-05 08:17:18 -08:00
meta-networking python3-scapy: remove redundant pycrypto RDEPENDS 2022-01-18 08:59:58 -08:00
meta-oe python3-gammu: add recipe for v3.2.4 2022-01-18 08:59:58 -08:00
meta-perl libio-socket-ssl-perl: upgrade 2.072 -> 2.073 2021-12-27 11:46:41 -08:00
meta-python python3-cryptography: upgrade 3.3.2 -> 36.0.1 2022-01-18 08:59:58 -08:00
meta-webserver apache2: upgrade 2.4.51 -> 2.4.52 2021-12-27 11:46:41 -08:00
meta-xfce thunar: Depend on libxml-parser-perl-native 2022-01-12 11:50:49 -08:00
.gitignore .gitignore: add *.pyc and *.pyo 2019-06-15 16:45:33 -07:00
COPYING.MIT add README and license for this layer 2011-02-13 16:47:32 +01:00
README Update maintainers 2018-08-27 10:53:58 -07:00

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 suppliment OE-Core with additional packages, Each layer have designated maintainer Please see the respective READMEs in the layer subdirectories