blob: c2933ed4daf8ca447c822fb3c19130c5049a9f01 (
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 += "libxml2 mobile-broadband-provider-info"
SRC_URI += "file://fsodatad.conf"
do_install_append() {
install -d ${D}${sysconfdir}/freesmartphone/
install -m 0644 ${WORKDIR}/fsodatad.conf ${D}${sysconfdir}/freesmartphone/
}
FILES_${PN} += "${sysconfdir}/freesmartphone/fsodatad.conf"
|