aboutsummaryrefslogtreecommitdiffstats
path: root/packages/pointercal/pointercal_0.0.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2007-05-18 07:55:02 +0000
committerKoen Kooi <koen@openembedded.org>2007-05-18 07:55:02 +0000
commit35ff08f0fbd357985ba8f00651bbc30b95d5da47 (patch)
treec0ff56492d40d7ada4bb9c4ba7ca3e5f49bd2638 /packages/pointercal/pointercal_0.0.bb
parent7a94b10d320ce33834f6a8cefca505db39cc203d (diff)
downloadopenembedded-35ff08f0fbd357985ba8f00651bbc30b95d5da47.tar.gz
pointercal: merge from poky, add some more from http://linuxtogo.org/gowiki/AngstromPointercals
Diffstat (limited to 'packages/pointercal/pointercal_0.0.bb')
-rw-r--r--packages/pointercal/pointercal_0.0.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/packages/pointercal/pointercal_0.0.bb b/packages/pointercal/pointercal_0.0.bb
new file mode 100644
index 0000000000..7d47cb8d78
--- /dev/null
+++ b/packages/pointercal/pointercal_0.0.bb
@@ -0,0 +1,18 @@
+DESCRIPTION = "Touchscreen calibration data"
+SECTION = "base"
+PR = "r0"
+
+SRC_URI = "file://pointercal"
+S = "${WORKDIR}"
+
+do_install() {
+ # Only install file if it has a contents
+ if [ -s ${S}/pointercal ]; then
+ install -d ${D}${sysconfdir}/
+ install -m 0644 ${S}/pointercal ${D}${sysconfdir}/
+ fi
+}
+
+ALLOW_EMPTY_${PN} = "1"
+PACKAGE_ARCH = "${MACHINE_ARCH}"
+