[oe-commits] Eric Bénard : systemd_v189: add D_P=-1

git at git.openembedded.org git at git.openembedded.org
Mon Jan 7 10:56:47 UTC 2013


Module: meta-openembedded.git
Branch: denzil-next
Commit: c17d774553b8e95f142bf6388aa70f48ce8cf1ce
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=c17d774553b8e95f142bf6388aa70f48ce8cf1ce

Author: Eric Bénard <eric at eukrea.com>
Date:   Mon Dec 24 13:21:43 2012 +0100

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 at eukrea.com>
Acked-by: Koen Kooi <koen at dominion.thruhere.net>

---

 meta-oe/recipes-core/systemd/systemd_v189.bb |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/meta-oe/recipes-core/systemd/systemd_v189.bb b/meta-oe/recipes-core/systemd/systemd_v189.bb
index 613f703..633e542 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)}"
 





More information about the Openembedded-commits mailing list