1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-30 00:20:08 +00:00

Add package to install pointercal files, and provide a pointercal for akita

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1167 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Ross Burton
2007-01-19 13:08:14 +00:00
parent ac853b7fea
commit 6d1509baa7
3 changed files with 15 additions and 0 deletions
@@ -0,0 +1 @@
12 -8946 33795672 12135 73 -2444604 65536
+11
View File
@@ -0,0 +1,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}/
}