mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 13:29:49 +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
9bdc6f0ca2
commit
4da0b797a2
@@ -42,6 +42,7 @@ EXTRA_OECONF = "--disable-introspection \
|
|||||||
--libexecdir=${nonarch_base_libdir} \
|
--libexecdir=${nonarch_base_libdir} \
|
||||||
--with-rootlibdir=${base_libdir} \
|
--with-rootlibdir=${base_libdir} \
|
||||||
--with-rootprefix= \
|
--with-rootprefix= \
|
||||||
|
--without-systemdsystemunitdir \
|
||||||
"
|
"
|
||||||
|
|
||||||
PACKAGES =+ "udev-utils udev-cache"
|
PACKAGES =+ "udev-utils udev-cache"
|
||||||
|
|||||||
Reference in New Issue
Block a user