summaryrefslogtreecommitdiffstats
path: root/meta/packages/pointercal/pointercal_0.0.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2007-01-30 22:37:19 +0000
committerRichard Purdie <richard@openedhand.com>2007-01-30 22:37:19 +0000
commitc5f676f72e907044051ee2c6d71c9aa0a1e8cf27 (patch)
tree6686e44dacf27a8888f70d059c407498560e876f /meta/packages/pointercal/pointercal_0.0.bb
parenta31efbce2f521fbb8dcda99e96d799adeabe35f5 (diff)
downloadpoky-c5f676f72e907044051ee2c6d71c9aa0a1e8cf27.tar.gz
pointercal: tweak .bb file
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1231 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/pointercal/pointercal_0.0.bb')
-rw-r--r--meta/packages/pointercal/pointercal_0.0.bb12
1 files changed, 12 insertions, 0 deletions
diff --git a/meta/packages/pointercal/pointercal_0.0.bb b/meta/packages/pointercal/pointercal_0.0.bb
new file mode 100644
index 0000000000..d99cc83324
--- /dev/null
+++ b/meta/packages/pointercal/pointercal_0.0.bb
@@ -0,0 +1,12 @@
1DESCRIPTION = "Touchscreen calibration data"
2SECTION = "base"
3
4SRC_URI = "file://pointercal"
5S = "${WORKDIR}"
6
7PACKAGE_ARCH = "${MACHINE_ARCH}"
8
9do_install() {
10 install -d ${D}${sysconfdir}/
11 install -m 0644 ${S}/pointercal ${D}${sysconfdir}/
12}