1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-04 02:00:04 +00:00

pointercal: tweak .bb file

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1231 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie
2007-01-30 22:37:19 +00:00
parent a31efbce2f
commit c5f676f72e
@@ -0,0 +1,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}/
}