diff options
Diffstat (limited to 'recipes/opie-symlinker/opie-symlinker.inc')
-rw-r--r-- | recipes/opie-symlinker/opie-symlinker.inc | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/recipes/opie-symlinker/opie-symlinker.inc b/recipes/opie-symlinker/opie-symlinker.inc new file mode 100644 index 0000000000..713ead3e89 --- /dev/null +++ b/recipes/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/ +} + |