Go to file
Leon Anavi 952e7cc37e
python3-pyperclip: Upgrade 1.8.2 -> 1.9.0
Upgrade to release 1.9.0:

- Automatically cast the copy() argument to a string for all data
  types.
- Fix _py3_executable_exists and _py2_executable_exists that had
  swapped names.
- Pyperclip now "stringifies" all data types by passing it to str()
  (or globals()['__builtins__'].unicode on Python 2), so passing
  [1, 2, 3] would put '[1, 2, 3]' on the clipboard.
- shutil.which() replaces the custom code (except in 2.7 and below
  which doesn't have shutil.which()).
- Remove waitForPaste() and waitForNewPaste() functions, these
  aren't something the core library should have.
- Reordered so that xclip is chosen before xsel since xclip is more
  popular.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-06-21 21:45:10 -07:00
contrib contrib: oe-stylize: Use Python3 explicitly 2023-06-04 22:29:46 -07:00
meta-filesystems exfatprogs: upgrade 1.2.3 -> 1.2.4 2024-06-17 14:25:27 -07:00
meta-gnome gnome-remote-desktop: update 46.1 -> 46.2 2024-05-29 20:57:55 -07:00
meta-initramfs dracut: Drop an unnecessary patch 2024-06-10 23:08:41 -07:00
meta-multimedia aravis: Remove AUTHOR field 2024-06-14 10:20:37 -07:00
meta-networking samba: upgrade 4.19.6 -> 4.19.7 2024-06-20 19:25:52 -07:00
meta-oe recipes: set S to fix the QA warning 2024-06-21 21:45:10 -07:00
meta-perl libio-compress-perl: Use update alternatives for streamzip and zipdetails 2024-06-14 21:40:56 -07:00
meta-python python3-pyperclip: Upgrade 1.8.2 -> 1.9.0 2024-06-21 21:45:10 -07:00
meta-webserver layers: stop declaring compatibility with scarthgap 2024-05-28 09:34:02 -07:00
meta-xfce xfwm4: fix gcc -Wincompatible-pointer-types 2024-06-12 21:08:07 -07: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