aboutsummaryrefslogtreecommitdiffstats
path: root/opie-symlinker/opie-symlinker_1.1.7.oe
diff options
context:
space:
mode:
Diffstat (limited to 'opie-symlinker/opie-symlinker_1.1.7.oe')
-rw-r--r--opie-symlinker/opie-symlinker_1.1.7.oe21
1 files changed, 0 insertions, 21 deletions
diff --git a/opie-symlinker/opie-symlinker_1.1.7.oe b/opie-symlinker/opie-symlinker_1.1.7.oe
deleted file mode 100644
index df61f519b4..0000000000
--- a/opie-symlinker/opie-symlinker_1.1.7.oe
+++ /dev/null
@@ -1,21 +0,0 @@
-DESCRIPTION = "Enables apps on external media"
-SECTION = "opie/base"
-PRIORITY = "optional"
-MAINTAINER = "Team Opie <opie@handhelds.org>"
-LICENSE = "GPL"
-
-APPNAME = "opie-update-symlinks"
-APPTYPE = "binary"
-
-TAG = "${@'v' + oe.data.getVar('PV',d,1).replace('.', '_')}"
-SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/core/symlinker "
-
-S = "${WORKDIR}/symlinker"
-
-inherit opie
-
-do_install() {
- install -d ${D}${palmtopdir}/bin/
- install -m 0755 ${S}/opie-update-symlinks ${D}${palmtopdir}/bin/
-}
-