Files
poky/meta/packages/pointercal/pointercal_0.0.bb
Marcin Juszkiewicz ad9c18ff59 pointercal: mark it as machine related
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1484 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-04-12 10:08:09 +00:00

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}/
}