diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2006-04-28 20:41:35 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-04-28 20:41:35 +0000 |
commit | cbbd538e36a8157244006e5de35fd0153ab55b62 (patch) | |
tree | 624e6024b8c54fcdcffaf9516738d3c3db426caa /packages | |
parent | 60d8ca72c7b5370ac01dfd87480d3d661fae0ca2 (diff) |
drop opie-calibrate - it is already part of opie-taskbar - close #577
Diffstat (limited to 'packages')
-rw-r--r-- | packages/opie-calibrate/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/opie-calibrate/opie-calibrate.inc | 14 | ||||
-rw-r--r-- | packages/opie-calibrate/opie-calibrate_1.2.1.bb | 5 | ||||
-rw-r--r-- | packages/opie-calibrate/opie-calibrate_cvs.bb | 5 |
4 files changed, 0 insertions, 24 deletions
diff --git a/packages/opie-calibrate/.mtn2git_empty b/packages/opie-calibrate/.mtn2git_empty deleted file mode 100644 index e69de29bb2..0000000000 --- a/packages/opie-calibrate/.mtn2git_empty +++ /dev/null diff --git a/packages/opie-calibrate/opie-calibrate.inc b/packages/opie-calibrate/opie-calibrate.inc deleted file mode 100644 index e6c70090c8..0000000000 --- a/packages/opie-calibrate/opie-calibrate.inc +++ /dev/null @@ -1,14 +0,0 @@ -DESCRIPTION = "Opie Standalone Touchscreen Calibration Utility" -SECTION = "opie/base" -PRIORITY = "optional" -MAINTAINER = "Team Opie <opie@handhelds.org>" -LICENSE = "GPL" - -S = "${WORKDIR}/calibrate" - -inherit opie - -do_install() { - install -d ${D}${palmtopdir}/bin/ - install -m 0755 calibrate ${D}${palmtopdir}/bin/ -} diff --git a/packages/opie-calibrate/opie-calibrate_1.2.1.bb b/packages/opie-calibrate/opie-calibrate_1.2.1.bb deleted file mode 100644 index 4edc3ffe74..0000000000 --- a/packages/opie-calibrate/opie-calibrate_1.2.1.bb +++ /dev/null @@ -1,5 +0,0 @@ -include ${PN}.inc - - - -SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/core/apps/calibrate" diff --git a/packages/opie-calibrate/opie-calibrate_cvs.bb b/packages/opie-calibrate/opie-calibrate_cvs.bb deleted file mode 100644 index b4d39b9a15..0000000000 --- a/packages/opie-calibrate/opie-calibrate_cvs.bb +++ /dev/null @@ -1,5 +0,0 @@ -include ${PN}.inc - -PV = "${OPIE_CVS_PV}" - -SRC_URI = "${HANDHELDS_CVS};module=opie/core/apps/calibrate" |