meta-openembedded/meta-gnome
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
..
classes Convert to new override syntax 2021-08-03 10:21:25 -07:00
conf reproducibility: move repro excludes from AB config.json to meta-oe 2024-04-29 11:11:51 -07:00
dynamic-layers gnome-remote-desktop: update 46.0 -> 46.1 2024-04-23 15:15:35 -07:00
files Add static-passwd and static-group files 2023-10-10 08:51:47 -07:00
recipes-connectivity Packages depends on libadwaita should require distro feature opengl 2024-03-20 09:28:12 -07:00
recipes-extended gparted: update 1.5.0 -> 1.6.0 2024-03-23 10:01:49 -07:00
recipes-gimp gegl: upgrade 0.4.46 -> 0.4.48 2024-02-19 23:22:19 -08:00
recipes-gnome libgweather: fix build with gobject-introspection 1.80.0 2024-04-29 11:11:51 -07:00
recipes-graphics recipes: Drop remaining PR values from recipes 2024-03-17 13:10:10 -07:00
recipes-support xdg-desktop-portal-gnome: update 46.0 -> 46.1 2024-04-23 15:15:29 -07:00
COPYING.MIT
README.md layers: Move READMEs to markdown format 2023-06-17 08:30:01 -07:00

Dependencies

This layer depends on:

URI: git://git.openembedded.org/openembedded-core branch: master

URI: git://git.openembedded.org/meta-openembedded branch: master

Send pull requests to openembedded-devel@lists.openembedded.org with '[meta-gnome]' in the subject'

When sending single patches, please using something like: git send-email -M -1 --to openembedded-devel@lists.openembedded.org --subject-prefix='meta-gnome][PATCH'

Layer maintainer: Andreas Müller schnitzeltony@gmail.com