mirror of
https://git.yoctoproject.org/poky
synced 2026-03-19 13:49:41 +01: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:
@@ -189,6 +189,9 @@ DISTRO_FEATURES_cmx270 = "alsa bluetooth ext2 irda pcmcia usbgadget usbhost"
|
||||
DISTRO_EXTRA_RDEPENDS_qemuarm += "qemu-distcc"
|
||||
DISTRO_EXTRA_RDEPENDS_qemux86 += "qemu-distcc"
|
||||
|
||||
# Pre-packaged touch screen calibration data
|
||||
DISTRO_EXTRA_RDEPENDS_akita += "pointercal"
|
||||
|
||||
IMAGE_FEATURES ?= ""
|
||||
|
||||
DISTRO_TASKS = "\
|
||||
|
||||
1
meta/packages/pointercal/files/akita/pointercal
Normal file
1
meta/packages/pointercal/files/akita/pointercal
Normal file
@@ -0,0 +1 @@
|
||||
12 -8946 33795672 12135 73 -2444604 65536
|
||||
11
meta/packages/pointercal/pointercal.bb
Normal file
11
meta/packages/pointercal/pointercal.bb
Normal 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}/
|
||||
}
|
||||
Reference in New Issue
Block a user