Go to file
Leon Anavi 1c7691712f
python3-wrapt: Upgrade 1.15.0 -> 1.16.0
Upgrade to version 1.16.0:

- The patch_function_wrapper() decorator now accepts an enabled
  argument which can be a literal boolean value, object that
  evaluates as boolean, or a callable object which returns a
  boolean.
- The import hook loader and finder objects are now implemented
  as transparent object proxies so they properly proxy pass access
  to attributes/functions of the wrapped loader or finder.
- Code files in the implementation have been reorganized such that
  the pure Python version of the ObjectProxy class is directly
  available even if the C extension variant is being used.
- Bug fix: it was not possible to update the __class__ attribute
  through the transparent object proxy when relying on the C
  implementation.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-13 10:49:42 -08:00
contrib contrib: oe-stylize: Use Python3 explicitly 2023-06-04 22:29:46 -07:00
meta-filesystems ufs-utils: upgrade 3.12.3 -> 4.13.5 2023-11-12 12:18:47 -08:00
meta-gnome gnome-terminal: Add missing dependency on libhandy 2023-11-13 00:16:50 -08:00
meta-initramfs klibc/klibc.inc : Add DEBUG_PREFIX_MAP flag. 2023-10-13 10:19:11 -07:00
meta-multimedia tinyalsa: upgrade 1.1.1 -> 2.0.0 2023-11-12 12:18:48 -08:00
meta-networking cannelloni: Fix build with clang and libc++ runtime 2023-11-13 00:16:50 -08:00
meta-oe dlt-daemon: cherry-pick another upstream-proposed patch 2023-11-13 10:49:42 -08:00
meta-perl libio-socket-ssl-perl: upgrade 2.083 -> 2.084 2023-11-08 22:51:28 -08:00
meta-python python3-wrapt: Upgrade 1.15.0 -> 1.16.0 2023-11-13 10:49:42 -08:00
meta-webserver xdebug: upgrade 3.2.0 -> 3.2.2 2023-11-11 09:26:41 -08:00
meta-xfce xarchiver: Specify the version in the recipe file name 2023-11-07 19:59:58 -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.md layers: Move READMEs to markdown format 2023-06-17 08:30:01 -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