summaryrefslogtreecommitdiffstats
path: root/meta/packages/pointercal/pointercal_0.0.bb
blob: d99cc833243876c18a1c9caf27e3b2e61ed8ad1d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
DESCRIPTION = "Touchscreen calibration data"
SECTION = "base"

SRC_URI = "file://pointercal"
S = "${WORKDIR}"

PACKAGE_ARCH = "${MACHINE_ARCH}"

do_install() {
        install -d ${D}${sysconfdir}/
        install -m 0644 ${S}/pointercal ${D}${sysconfdir}/
}