From 58c18252dd713c8b7475af5972f6c12ee546604a Mon Sep 17 00:00:00 2001 From: Matt Ranostay Date: Thu, 13 Jun 2019 04:26:10 +0300 Subject: meta-agl-profile-core: recipes-connectivity: ofono: add SYSTEMD_AUTO_ENABLE to bbappend Re-enable ofono to be started on system bootup. Bug-AGL: SPEC-2512 Change-Id: Ia6638a3f4baf5e491e960c0c6e9ec414a6baee0b Signed-off-by: Matt Ranostay --- meta-agl-profile-core/recipes-connectivity/ofono/ofono_%.bbappend | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta-agl-profile-core') diff --git a/meta-agl-profile-core/recipes-connectivity/ofono/ofono_%.bbappend b/meta-agl-profile-core/recipes-connectivity/ofono/ofono_%.bbappend index bde3cce0f..b02d6ee22 100644 --- a/meta-agl-profile-core/recipes-connectivity/ofono/ofono_%.bbappend +++ b/meta-agl-profile-core/recipes-connectivity/ofono/ofono_%.bbappend @@ -7,3 +7,5 @@ SRC_URI_append = "\ do_install_append() { install -m 0644 ${WORKDIR}/ofono.conf ${D}${sysconfdir}/dbus-1/system.d/ofono.conf } + +SYSTEMD_AUTO_ENABLE = "enable" -- cgit 1.2.3-korg