Khem Raj 1bfc80fbd4 networkmanager: Fix configure without systemd in DISTRO_FEATURES
meson.build handles the systemd unit dir and the systemd generator dir
with the same pattern: both options default to an empty string, and an
empty string means "resolve this from systemd.pc", which is asserted:

  systemd_systemdsystemgeneratordir = get_option('systemdsystemgeneratordir')
  install_systemdgeneratordir = (systemd_systemdsystemgeneratordir != 'no')

  if install_systemdgeneratordir and systemd_systemdsystemgeneratordir == ''
    assert(systemd_dep.found(), 'systemd required but not found, ...')

The systemd PACKAGECONFIG only turned off the unit dir, so the generator
dir kept its empty default and configure failed for sysvinit builds:

| ../sources/networkmanager-1.58.0/meson.build:420:2: ERROR: Assert failed:
| systemd required but not found, please provide a valid systemd user
| generator dir or disable it

Pass -Dsystemdsystemgeneratordir=no alongside the existing
-Dsystemdsystemunitdir=no.

Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-08-10 22:53:44 -07:00
2026-06-23 00:45:59 -07:00
2026-08-05 10:16:17 -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 supplement OE-Core with additional packages, Each layer have designated maintainer Please see the respective READMEs in the layer subdirectories

S
Description
No description provided
Readme 118 MiB
Languages
BitBake 86.3%
Shell 5.9%
C 2.7%
Roff 1.9%
NASL 1.7%
Other 1.3%