blob: a87980e4ee5090231ff189735bb0a9c646a4c64c (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
DESCRIPTION = "Touchscreen calibration data"
SECTION = "base"
PACKAGE_ARCH = ${MACHINE_ARCH}
SRC_URI = "file://pointercal"
S=${WORKDIR}
do_install() {
install -d ${D}${sysconfdir}/
install -m 0644 ${S}/pointercal ${D}${sysconfdir}/
}
|