Skip to content

Commit

Permalink
ofono_%.bbappend: Don't remove phonesim.conf for Halium builds
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
Herrie82 authored and shr-project committed May 17, 2023
1 parent ca39fd5 commit 51df7e2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions meta-luneos/recipes-connectivity/ofono/ofono_%.bbappend
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 51df7e2

Please sign in to comment.