1 2 3 4 5 6 7 8 9 10 11 12
DESCRIPTION = "Touchscreen calibration data" SECTION = "base" SRC_URI = "file://pointercal" S = "${WORKDIR}" PACKAGE_ARCH = "${MACHINE_ARCH}" do_install() { install -d ${D}${sysconfdir}/ install -m 0644 ${S}/pointercal ${D}${sysconfdir}/ }