diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-07-18 13:21:16 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-07-18 13:21:16 +0000 |
commit | bc86c2382d5d916cb0ad68209750059c75a14385 (patch) | |
tree | ed4aae61020fc98f78f31da27964d4a140084a5f /opie-symlinker | |
parent | 2622f552492c08d8295ea0728e648189eddb2053 (diff) |
opie upstream bumped cvs version
BKrev: 40fa794cWIG0jMcEl2mnb0llh-hgAg
Diffstat (limited to 'opie-symlinker')
-rw-r--r-- | opie-symlinker/opie-symlinker_cvs.oe | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/opie-symlinker/opie-symlinker_cvs.oe b/opie-symlinker/opie-symlinker_cvs.oe index e69de29bb2..2a95f8a163 100644 --- a/opie-symlinker/opie-symlinker_cvs.oe +++ b/opie-symlinker/opie-symlinker_cvs.oe @@ -0,0 +1,20 @@ +DESCRIPTION = "Enables apps on external media" +SECTION = "opie/base" +PRIORITY = "optional" +MAINTAINER = "Open Embedded <oe@handhelds.org>" +LICENSE = "GPL" +PV = "1.1.5-cvs-${CVSDATE}" +APPNAME = "opie-update-symlinks" +APPTYPE = "binary" + +SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/core/symlinker;date=${CVSDATE} " + +S = "${WORKDIR}/symlinker" + +inherit opie + +do_install() { + install -d ${D}${palmtopdir}/bin/ + install -m 0755 ${S}/opie-update-symlinks ${D}${palmtopdir}/bin/ +} + |