From 97c6be71ee0e5975c0349342ebb27151b9f8f1da Mon Sep 17 00:00:00 2001 From: Eric Bénard Date: Mon, 24 Dec 2012 13:21:43 +0100 Subject: systemd_v189: add D_P=-1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Acked-by: Koen Kooi --- meta-oe/recipes-core/systemd/systemd_v189.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-oe/recipes-core/systemd/systemd_v189.bb b/meta-oe/recipes-core/systemd/systemd_v189.bb index 613f703ba..633e54267 100644 --- a/meta-oe/recipes-core/systemd/systemd_v189.bb +++ b/meta-oe/recipes-core/systemd/systemd_v189.bb @@ -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)}" -- cgit v1.2.3-54-g00ecf