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

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

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

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