mirror of
https://git.yoctoproject.org/poky
synced 2026-02-12 03:33:02 +01:00
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1167 311d38ba-8fff-0310-9ca6-ca027cbcb966
12 lines
252 B
BlitzBasic
12 lines
252 B
BlitzBasic
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}/
|
|
}
|