aboutsummaryrefslogtreecommitdiffstats
path: root/opie-calibrate/opie-calibrate_1.1.7.oe
diff options
context:
space:
mode:
Diffstat (limited to 'opie-calibrate/opie-calibrate_1.1.7.oe')
-rw-r--r--opie-calibrate/opie-calibrate_1.1.7.oe17
1 files changed, 0 insertions, 17 deletions
diff --git a/opie-calibrate/opie-calibrate_1.1.7.oe b/opie-calibrate/opie-calibrate_1.1.7.oe
deleted file mode 100644
index 5bc9e975de..0000000000
--- a/opie-calibrate/opie-calibrate_1.1.7.oe
+++ /dev/null
@@ -1,17 +0,0 @@
-DESCRIPTION = "Opie Standalone Touchscreen Calibration Utility"
-SECTION = "opie/base"
-PRIORITY = "optional"
-MAINTAINER = "Team Opie <opie@handhelds.org>"
-LICENSE = "GPL"
-
-
-TAG = "${@'v' + oe.data.getVar('PV',d,1).replace('.', '_')}"
-SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/core/apps/calibrate"
-S = "${WORKDIR}/calibrate"
-
-inherit opie
-
-do_install() {
- install -d ${D}/${palmtopdir}/bin/
- install -m 0755 calibrate ${D}/${palmtopdir}/bin/
-}