aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-opie/opie-symlinker/opie-symlinker.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-opie/opie-symlinker/opie-symlinker.inc')
-rw-r--r--recipes-opie/opie-symlinker/opie-symlinker.inc17
1 files changed, 17 insertions, 0 deletions
diff --git a/recipes-opie/opie-symlinker/opie-symlinker.inc b/recipes-opie/opie-symlinker/opie-symlinker.inc
new file mode 100644
index 0000000..713ead3
--- /dev/null
+++ b/recipes-opie/opie-symlinker/opie-symlinker.inc
@@ -0,0 +1,17 @@
+DESCRIPTION = "Enables apps on external media"
+SECTION = "opie/base"
+PRIORITY = "optional"
+LICENSE = "GPL"
+APPNAME = "opie-update-symlinks"
+APPTYPE = "binary"
+
+
+S = "${WORKDIR}/symlinker"
+
+inherit opie
+
+do_install() {
+ install -d ${D}${palmtopdir}/bin/
+ install -m 0755 ${S}/opie-update-symlinks ${D}${palmtopdir}/bin/
+}
+