17 lines
377 B
Plaintext
17 lines
377 B
Plaintext
# Copyright (C) 2015 Digi International.
|
|
|
|
FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:"
|
|
SRC_URI += "file://bluez-init"
|
|
|
|
inherit update-rc.d
|
|
|
|
PACKAGECONFIG_append = " experimental"
|
|
|
|
do_install_append() {
|
|
install -d ${D}${sysconfdir}/init.d/
|
|
install -m 0755 ${WORKDIR}/bluez-init ${D}${sysconfdir}/init.d/bluez
|
|
}
|
|
|
|
INITSCRIPT_NAME = "bluez"
|
|
INITSCRIPT_PARAMS = "start 10 5 ."
|