aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/freesmartphone/msmcommd_git.bb
blob: 81e19db2a69a0bc5099ccb8476fa0eb590471b26 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
require msmcomm.inc

PR = "${INC_PR}.3"
PV = "0.6.0+gitr${SRCPV}"

DEPENDS = " \
 vala-native \
 glib-2.0 \
 libfso-glib \
 libfsotransport \
 libgee \
 libmsmcomm \
 msmcomm-specs \
"

SRC_URI += "file://msmcommd"

S = "${WORKDIR}/git/msmcommd"

inherit autotools vala update-rc.d

INITSCRIPT_NAME = "msmcommd"
INITSCRIPT_PARAMS = "defaults 28"

do_install_append() {
	install -d ${D}${sysconfdir}/init.d/
	install -m 0755 ${WORKDIR}/msmcommd ${D}${sysconfdir}/init.d/
}

FILES_${PN} += "\
  ${sysconfdir} \
  ${datadir}/dbus-1 \
"