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
am-benchmarks: Add support for am387x-evm machine
[openembedded.git]
/
recipes
/
opie-textedit
/
opie-textedit.inc
blob
1cc78ec1bf1e4a7fca0d236b4ee4c72e5201c53d
1
DESCRIPTION = "Opie Text Editor"
2
SECTION = "opie/pim"
3
PRIORITY = "optional"
4
LICENSE = "GPL"
5
APPNAME = "textedit"
6
7
S = "${WORKDIR}/${APPNAME}"
8
9
inherit opie
10
11
do_install() {
12
install -d ${D}${palmtopdir}/pics/${APPNAME}
13
install -m 0644 ${WORKDIR}/pics/${APPNAME}/*.png ${D}${palmtopdir}/pics/${APPNAME}/
14
}