Go to file
Niko Mauno d9a96d0dd2 contrib: oe-stylize: Use Python3 explicitly
For instance on Debian based host OS 'python' is not provided by
default, which results is following error when trying to execute
oe-stylize.py script:

  /usr/bin/env: ‘python’: No such file or directory

Update the shebang to explicitly reference 'python3' instead of
'python', which should make the script better out-of-the-box
compatible with larger variety of host OSes on which Yocto based
development work takes place.

Signed-off-by: Niko Mauno <niko.mauno@vaisala.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-04 22:29:46 -07:00
contrib contrib: oe-stylize: Use Python3 explicitly 2023-06-04 22:29:46 -07:00
meta-filesystems zfs: Fix build on musl 2023-05-28 16:35:00 -07:00
meta-gnome evolution-data-server: upgrade 3.48.1 -> 3.48.2 2023-05-31 08:28:50 -07:00
meta-initramfs kexecboot: update homepage 2023-02-01 09:11:49 -08:00
meta-multimedia x265: Pass --debug-prefix-map to nasm 2023-05-26 08:28:37 -07:00
meta-networking system-config-printer: fix REQUIRED_DISTRO_FEATURES gobject-introspection-data 2023-06-01 12:17:15 -07:00
meta-oe nss: ignore CVE-2022-3479 2023-06-04 22:29:45 -07:00
meta-perl libnet-dns-perl: upgrade 1.37 -> 1.38 2023-05-14 15:35:52 -07:00
meta-python python3-zeroconf: upgrade 0.62.0 -> 0.63.0 2023-05-31 08:28:50 -07:00
meta-webserver monkey: Remove buildpaths from generated mk_env.h 2023-05-28 16:35:00 -07:00
meta-xfce xfce4-panel-profiles: requires gobject-introspection-data DISTRO_FEATURE 2023-05-26 08:28:37 -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 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