Go to file
Andreas Fenkart e81fefb0ef
networkmanager: enable vala bindings if gobject introspection is enabled
when opting out from the DISTRO_FEATURE gobject-introspection-date, the
build fails with error:
../NetworkManager-1.50.0/meson.build:849:4: ERROR: Assert failed: vala api require GObject introspection. Use -Dvapi=false to disable it

The gobject-introspection-data feature, while ultimately added to
DISTRO_FEATURES via DISTRO_FEATURE_BACKFILL, isn't available during the
vala.bbclass inheritance check. This also excludes derived variables
e.g. GI_DATA_ENABLED.

To properly disable a DISTRO_FEATURE_BACKFILL feature, it must be
included in DISTRO_FEATURE_BACKFILL_CONSIDERED, a variable that is
available during the parsing phase.

Similar situations have been resolved in:

[openembedded-core:31daea70b18b2b2266bf94063b655aaf142a6166]
librsvg: Only enable the Vala bindings if GObject Introspection is enabled
 PACKAGECONFIG:append:class-target = " ${@bb.utils.contains('GI_DATA_ENABLED', 'True', 'vala', '', d)}"

  -- and --

[meta-openembedded:d89fc6ffbdf8f947643def51b804052bb5e7ac97
libpeas: add recipe for 2.0.5
 PACKAGECONFIG ?= "python3 gjs lua51 ${@bb.utils.contains('DISTRO_FEATURES', 'gobject-introspection', 'vala', '', d)}"

Signed-off: Andreas Fenkart <afenkart@gmail.com>
2025-04-19 14:36:04 -07:00
contrib contrib: oe-stylize: Use Python3 explicitly 2023-06-04 22:29:46 -07:00
meta-filesystems bindfs: upgrade 1.17.7 -> 1.18.0 2025-04-16 08:18:04 -07:00
meta-gnome gnome-remote-dsktop: add requested user 2025-04-19 14:36:03 -07:00
meta-initramfs layers: Add whinlatter (5.3) to compatible layer series 2025-04-11 20:51:29 -07:00
meta-multimedia meta-multimedia-image-ptest-all: Do not run PTESTS_PROBLEMS_META_MULTIMEDIA 2025-04-12 10:11:33 -07:00
meta-networking networkmanager: enable vala bindings if gobject introspection is enabled 2025-04-19 14:36:04 -07:00
meta-oe flatpak: add requested user 2025-04-19 14:36:03 -07:00
meta-perl meta-perl-image-ptest-all: Do not run PTESTS_PROBLEMS_META_PERL 2025-04-12 10:11:33 -07:00
meta-python python3-pymysql: Upgrade 1.1.0 -> 1.1.1 2025-04-19 14:36:03 -07:00
meta-webserver monkey: Update project website 2025-04-16 08:04:41 -07:00
meta-xfce layers: Add whinlatter (5.3) to compatible layer series 2025-04-11 20:51:29 -07:00
.b4-config Add toplevel b4 config file 2025-04-10 08:31:06 -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