aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/freesmartphone/fsotdld_git.bb
blob: 3145b714c982b646027b54bac7861cc4c1b87071 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
require cornucopia.inc
inherit fso-plugin
SRCREV = "${FSO_CORNUCOPIA_SRCREV}"
PR = "${INC_PR}.3"
PV = "0.3.1+gitr${SRCPV}"
PE = "1"

DEPENDS += "libfsotransport libfsoresource"

inherit update-rc.d

INITSCRIPT_NAME = "fsotdld"
INITSCRIPT_PARAMS = "defaults 27"

SRC_URI += "file://fsotdld"

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