summaryrefslogtreecommitdiff
path: root/recipes/freesmartphone/fsotdld_git.bb
blob: e6b64c312e3c130fa00b27120f14e1c7ae4756f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
require cornucopia.inc
inherit fso-plugin
PR = "${INC_PR}.2"
PV = "0.0.0+gitr${SRCREV}"

DEPENDS += "libfsotransport libfsoresource"

SRC_URI += "file://fsotdld.conf"

do_install_append() {
	install -d ${D}${sysconfdir}/freesmartphone/
	install -m 0644 ${WORKDIR}/fsotdld.conf ${D}${sysconfdir}/freesmartphone/
}

FILES_${PN} += "${sysconfdir}/freesmartphone/fsotdld.conf"
CONFFILES_${PN} += "${sysconfdir}/freesmartphone/fsotdld.conf"