aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/freesmartphone/fsogsmd_git.bb
blob: 8056f4bca86c6552d2c7fb6a5dd3dd2f9c904c51 (plain)
1
2
3
4
5
6
7
8
9
10
11
require cornucopia.inc
inherit fso-plugin
PR = "${INC_PR}.2"
PV = "0.2.0+gitr${SRCREV}"

DEPENDS += "libfsoresource libgsm0710mux"

do_install_append_shr() {
	# remove .service file to disable fsogsmd autostart
	rm -f ${D}${datadir}/dbus-1/system-services/org.freesmartphone.ogsmd.service
}