1 2 3 4 5 6 7 8 9 10 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}/ }