mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-08-30 00:33:19 +00:00
1bfc80fbd41931a511cd2fdd57d08e0e6309a6c3
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>
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
Description
Languages
BitBake
86.3%
Shell
5.9%
C
2.7%
Roff
1.9%
NASL
1.7%
Other
1.3%