summaryrefslogtreecommitdiff
path: root/meta/packages/pointercal/pointercal_0.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/pointercal/pointercal_0.0.bb')
-rw-r--r--meta/packages/pointercal/pointercal_0.0.bb17
1 files changed, 0 insertions, 17 deletions
diff --git a/meta/packages/pointercal/pointercal_0.0.bb b/meta/packages/pointercal/pointercal_0.0.bb
deleted file mode 100644
index 6cf50241a6..0000000000
--- a/meta/packages/pointercal/pointercal_0.0.bb
+++ /dev/null
@@ -1,17 +0,0 @@
-DESCRIPTION = "Touchscreen calibration data"
-SECTION = "base"
-PR = "r1"
-
-SRC_URI = "file://pointercal"
-S = "${WORKDIR}"
-
-ALLOW_EMPTY_${PN} = "1"
-PACKAGE_ARCH = "${MACHINE_ARCH}"
-
-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
-}