meta-agl-profile-core: recipes-connectivity: ofono: add SYSTEMD_AUTO_ENABLE to bbappend 16/21616/3
authorMatt Ranostay <matt.ranostay@konsulko.com>
Thu, 13 Jun 2019 01:26:10 +0000 (04:26 +0300)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Wed, 19 Jun 2019 14:10:42 +0000 (14:10 +0000)
Re-enable ofono to be started on system bootup.

Bug-AGL: SPEC-2512
Change-Id: Ia6638a3f4baf5e491e960c0c6e9ec414a6baee0b
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
meta-agl-profile-core/recipes-connectivity/ofono/ofono_%.bbappend

index bde3cce..b02d6ee 100644 (file)
@@ -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"