aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-opie/opie-bluetoothd/opie-bluetoothd.inc
blob: 5cae5bed524ac0395690e3050659f69aa0a6d4cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
DESCRIPTION = "Bluetooth daemon for Opie"
SECTION = "opie/base"
LICENSE = "GPLv2"
# FIXME stopgap until split archives have license files included
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6"
APPNAME = "opiebluetoothd"

S = "${WORKDIR}/opiebluetoothd"

inherit opie

do_install() {
    # Section is "base" so this has to be done manually
    install -d ${D}${bindir}
    install -m 0755 ${S}/opiebluetoothd ${D}${bindir}/opiebluetoothd
}