mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
upower: don't start on boot by default - dbus does that on demand
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
c1a6b86579
commit
4618962101
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user