Commit d330dfe4 authored by skandigraun's avatar skandigraun Committed by Khem Raj
Browse files

visionfive2-pvr-graphics: fix installation with SysV init

Fix the installation of this recipe when using SysV init system by
fixig the "if" condition that checks the presence of systemd in DISTRO_FEATURES -
beforehand it was always evaluated as "true".

Beside this the required folders are also created when they should be:
in case of SysV init the /usr/bin folder stays empty (and bitbake complains),
so it is only created when systemd is used.

Similarly, /etc/init.d is used only by SysV init system, but the recipe already
handles it when systemd is used. However if the folder is not installed explicitly,
the do_rootfs task fails.
parent 3c98940f
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment