From 0f17a3fb00c3cef39c09fb51575bcb9d37f09f5b Mon Sep 17 00:00:00 2001 From: Denis 'GNUtoo' Carikli Date: Mon, 17 Sep 2012 10:58:09 +0000 Subject: meta-systemd: systemd-systemctl-native: Also add support for WantedBy=*.service MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Right now there was only WantedBy=*.target, which prevented some services from beeing installed, which prevent them from running at boot. Signed-off-by: Denis 'GNUtoo' Carikli Signed-off-by: Martin Jansa Signed-off-by: Eric BĂ©nard --- meta-oe/recipes-core/systemd/systemd-systemctl-native.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-oe/recipes-core/systemd/systemd-systemctl-native.bb') diff --git a/meta-oe/recipes-core/systemd/systemd-systemctl-native.bb b/meta-oe/recipes-core/systemd/systemd-systemctl-native.bb index 25ddbdadec..59405842e9 100644 --- a/meta-oe/recipes-core/systemd/systemd-systemctl-native.bb +++ b/meta-oe/recipes-core/systemd/systemd-systemctl-native.bb @@ -3,7 +3,7 @@ DESCRIPTION = "Wrapper to enable of systemd services" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58" -PR = "r5" +PR = "r6" inherit native -- cgit 1.2.3-korg