mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-10-22 15:03:59 +02:00
systemd_v189: add D_P=-1
now users have the choice : * keep the old behaviour when not using systemd : PREFERRED_PROVIDER_udev = "udev" * switch to systemd (while keeping upgrade path) : PREFERRED_PROVIDER_udev = "systemd" PREFFERED_VERSION_systemd = "v189" Signed-off-by: Eric Bénard <eric@eukrea.com> Acked-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
parent
c830a1b962
commit
c17d774553
|
@ -8,6 +8,8 @@ LIC_FILES_CHKSUM = "file://LICENSE.GPL2;md5=751419260aa954499f7abaabaa882bbe \
|
|||
|
||||
PROVIDES = "udev"
|
||||
|
||||
DEFAULT_PREFERENCE = "-1"
|
||||
|
||||
DEPENDS = "xz kmod docbook-sgml-dtd-4.1-native intltool-native gperf-native acl readline dbus libcap libcgroup tcp-wrappers usbutils glib-2.0 libgcrypt"
|
||||
DEPENDS += "${@base_contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user