From 51df7e22f1af1ecfa1258f058a6b7068ad12a374 Mon Sep 17 00:00:00 2001 From: Herrie Date: Fri, 12 May 2023 08:28:24 +0200 Subject: [PATCH] ofono_%.bbappend: Don't remove phonesim.conf for Halium builds phonesim.conf doesn't get installed for our Halium targets because we don't install the datafiles. https://github.com/sailfishos/ofono/blob/master/ofono/Makefile.am#L430-L432 Therefore we cannot remove the file and the builds fail. Signed-off-by: Herman van Hazendonk --- meta-luneos/recipes-connectivity/ofono/ofono_%.bbappend | 3 --- 1 file changed, 3 deletions(-) diff --git a/meta-luneos/recipes-connectivity/ofono/ofono_%.bbappend b/meta-luneos/recipes-connectivity/ofono/ofono_%.bbappend index 3ca186c321..531e6762d5 100644 --- a/meta-luneos/recipes-connectivity/ofono/ofono_%.bbappend +++ b/meta-luneos/recipes-connectivity/ofono/ofono_%.bbappend @@ -62,9 +62,6 @@ do_install:append:halium() { # Since we use --disable-datafiles we need to install the dbus condif file manually now install -d ${D}${sysconfdir}/dbus-1/system.d install -m 0644 ${B}/src/${PN}.conf ${D}${sysconfdir}/dbus-1/system.d/ - - # remove phonesim config - rm ${D}${sysconfdir}/ofono/phonesim.conf } # meta-systemd sets this to disable but we as distro want it to be enabled by default