aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-opie/opie-qcop/opie-qcop.inc
blob: fddb378fbd55eca27202a7def61a4da3ceb87815 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
DESCRIPTION = "Opie QCOP IPC Client"
SECTION = "opie/base"
PRIORITY = "optional"
LICENSE = "GPL"
# FIXME stopgap until split archives have license files included
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6"

S = "${WORKDIR}/qcop"

inherit opie

do_install() {
	install -d ${D}${bindir}
	install -m 0755 ${S}/qcop ${D}${bindir}/qcop
}