mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 05:29:32 +00:00
udev: disable systemd support
If we want systemd support we use systemd's udev, so disable systemd support in this udev to avoid packaging the unit files. (From OE-Core rev: 36aa37e693bcb76a96761847dbef6a015d96fd98) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
a9e6e56b37
commit
acb5c00bad
@@ -42,6 +42,7 @@ EXTRA_OECONF = "--disable-introspection \
|
||||
--libexecdir=${nonarch_base_libdir} \
|
||||
--with-rootlibdir=${base_libdir} \
|
||||
--with-rootprefix= \
|
||||
--without-systemdsystemunitdir \
|
||||
"
|
||||
|
||||
PACKAGES =+ "udev-utils udev-cache"
|
||||
|
||||
Reference in New Issue
Block a user