meta-digi-dey: add experimental flag to bluez5 recipe
Add support for bluez5 profiles under experimental flag. Health Device Profile is an experimental profile. https://jira.digi.com/browse/DEL-1936 Signed-off-by: Urko Nalda <Urko.Nalda@digi.com>
This commit is contained in:
parent
dfa8f5db18
commit
a8c4447358
|
|
@ -5,6 +5,8 @@ SRC_URI += "file://bluez-init"
|
|||
|
||||
inherit update-rc.d
|
||||
|
||||
PACKAGECONFIG_append = " experimental"
|
||||
|
||||
do_install_append() {
|
||||
install -d ${D}${sbindir} ${D}${sysconfdir}/init.d/
|
||||
install -m 0755 ${WORKDIR}/bluez-init ${D}${sysconfdir}/init.d/bluez
|
||||
|
|
|
|||
Loading…
Reference in New Issue