Go to file
Alexander Kanavin 4c40897893
libgweather: fix build with gobject-introspection 1.80.0
gweather build is running a python script build-aux/meson/gen_locations_variant.py
which imports g-i data at build time:

from gi.repository import GLib

Previously this would import the typelib file installed by native
g-i (which would likely not match the cross target, but nvm). New
g-i version no longer installs those files, so the options are:

- run the python script with target python inside qemu
- copy the needed typelib from target sysroot into the native one.

I took the easy way out.

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-04-29 11:11:51 -07:00
contrib contrib: oe-stylize: Use Python3 explicitly 2023-06-04 22:29:46 -07:00
meta-filesystems reproducibility: move repro excludes from AB config.json to meta-oe 2024-04-29 11:11:51 -07:00
meta-gnome libgweather: fix build with gobject-introspection 1.80.0 2024-04-29 11:11:51 -07:00
meta-initramfs reproducibility: move repro excludes from AB config.json to meta-oe 2024-04-29 11:11:51 -07:00
meta-multimedia reproducibility: move repro excludes from AB config.json to meta-oe 2024-04-29 11:11:51 -07:00
meta-networking reproducibility: move repro excludes from AB config.json to meta-oe 2024-04-29 11:11:51 -07:00
meta-oe reproducibility: move repro excludes from AB config.json to meta-oe 2024-04-29 11:11:51 -07:00
meta-perl reproducibility: move repro excludes from AB config.json to meta-oe 2024-04-29 11:11:51 -07:00
meta-python reproducibility: move repro excludes from AB config.json to meta-oe 2024-04-29 11:11:51 -07:00
meta-webserver reproducibility: move repro excludes from AB config.json to meta-oe 2024-04-29 11:11:51 -07:00
meta-xfce reproducibility: move repro excludes from AB config.json to meta-oe 2024-04-29 11:11:51 -07:00
.gitignore
COPYING.MIT
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