[oe-commits] [meta-openembedded] 12/32: upower: don't start on boot by default - dbus does that on demand

git at git.openembedded.org git at git.openembedded.org
Mon Sep 26 06:30:29 UTC 2016


martin_jansa pushed a commit to branch master
in repository meta-openembedded.

commit 46189621017ee66b219d37659ae8870f52638ec2
Author: Andreas Müller <schnitzeltony at googlemail.com>
AuthorDate: Sat Sep 17 12:04:38 2016 +0200

    upower: don't start on boot by default - dbus does that on demand
    
    Signed-off-by: Andreas Müller <schnitzeltony at googlemail.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-oe/recipes-support/upower/upower_0.99.4.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-oe/recipes-support/upower/upower_0.99.4.bb b/meta-oe/recipes-support/upower/upower_0.99.4.bb
index 2573f12..44a04de 100644
--- a/meta-oe/recipes-support/upower/upower_0.99.4.bb
+++ b/meta-oe/recipes-support/upower/upower_0.99.4.bb
@@ -18,6 +18,8 @@ PACKAGECONFIG[systemd] = "--with-systemdutildir=${systemd_unitdir} --with-system
 EXTRA_OECONF = " --with-backend=linux"
 
 SYSTEMD_SERVICE_${PN} = "upower.service"
+# don't start on boot by default - dbus does that on demand
+SYSTEMD_AUTO_ENABLE = "disable"
 
 do_configure_prepend() {
     sed -i -e s:-nonet:\:g ${S}/doc/man/Makefile.am

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list