blob: 14659bdeff300c17ec20603102e79c57decf2b9c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
require cornucopia.inc
inherit fso-plugin
PR = "${INC_PR}.1"
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"
|