repo.or.cz
/
openembedded.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
cornucopia: bump SRCREV
[openembedded.git]
/
recipes
/
opie-symlinker
/
opie-symlinker.inc
blob
713ead3e894c6598ba61426dbdd17e96f467b3a6
1
DESCRIPTION = "Enables apps on external media"
2
SECTION = "opie/base"
3
PRIORITY = "optional"
4
LICENSE = "GPL"
5
APPNAME = "opie-update-symlinks"
6
APPTYPE = "binary"
7
8
9
S = "${WORKDIR}/symlinker"
10
11
inherit opie
12
13
do_install() {
14
install -d ${D}${palmtopdir}/bin/
15
install -m 0755 ${S}/opie-update-symlinks ${D}${palmtopdir}/bin/
16
}
17