mirror of
https://git.yoctoproject.org/poky
synced 2026-02-11 11:13:04 +01:00
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1484 311d38ba-8fff-0310-9ca6-ca027cbcb966
15 lines
311 B
BlitzBasic
15 lines
311 B
BlitzBasic
DESCRIPTION = "Touchscreen calibration data"
|
|
SECTION = "base"
|
|
|
|
COMPATIBLE_MACHINE = "(spitz|c7x0|nokia800|akita)"
|
|
|
|
SRC_URI = "file://pointercal"
|
|
S = "${WORKDIR}"
|
|
|
|
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
|
|
|
do_install() {
|
|
install -d ${D}${sysconfdir}/
|
|
install -m 0644 ${S}/pointercal ${D}${sysconfdir}/
|
|
}
|