projects
/
openembedded.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
python 2.6.7: added missing dependency for bzip2 (without this python-compression...
[openembedded.git]
/
recipes
/
opie-qcop
/
opie-qcop.inc
1
DESCRIPTION = "Opie QCOP IPC Client"
2
SECTION = "opie/base"
3
PRIORITY = "optional"
4
LICENSE = "GPL"
5
6
S = "${WORKDIR}/qcop"
7
8
inherit opie
9
10
do_install() {
11
install -d ${D}${bindir}
12
install -m 0755 ${S}/qcop ${D}${bindir}/qcop
13
}