diff options
author | Richard Purdie <richard@openedhand.com> | 2007-01-30 22:37:19 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2007-01-30 22:37:19 +0000 |
commit | c5f676f72e907044051ee2c6d71c9aa0a1e8cf27 (patch) | |
tree | 6686e44dacf27a8888f70d059c407498560e876f /meta/packages/pointercal/pointercal_0.0.bb | |
parent | a31efbce2f521fbb8dcda99e96d799adeabe35f5 (diff) | |
download | poky-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.bb | 12 |
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 @@ | |||
1 | DESCRIPTION = "Touchscreen calibration data" | ||
2 | SECTION = "base" | ||
3 | |||
4 | SRC_URI = "file://pointercal" | ||
5 | S = "${WORKDIR}" | ||
6 | |||
7 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
8 | |||
9 | do_install() { | ||
10 | install -d ${D}${sysconfdir}/ | ||
11 | install -m 0644 ${S}/pointercal ${D}${sysconfdir}/ | ||
12 | } | ||