Files
poky/meta/packages/pointercal/pointercal_0.0.bb
Richard Purdie c5f676f72e pointercal: tweak .bb file
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1231 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-01-30 22:37:19 +00:00

13 lines
259 B
BlitzBasic

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