tibluetooth: remove fct machine dependencies from recipe
Signed-off-by: Ramon Moesching <ramon.moesching@netmodule.com>
This commit is contained in:
parent
83b8ae4481
commit
3b6d49491d
|
|
@ -38,10 +38,6 @@ do_install_am335x-nbhw16 () {
|
|||
install_nbhw16
|
||||
}
|
||||
|
||||
do_install_am335x-nbhw16-fct () {
|
||||
install_nbhw16
|
||||
}
|
||||
|
||||
install_nrhw20 () {
|
||||
install -d ${D}${systemd_unitdir}/system/
|
||||
install -m 0644 tibluetooth-nrhw20.service ${D}${systemd_unitdir}/system/tibluetooth.service
|
||||
|
|
@ -54,7 +50,3 @@ do_install_am335x-nrhw20 () {
|
|||
install_nrhw20
|
||||
}
|
||||
|
||||
do_install_am335x-nrhw20-fct () {
|
||||
install_nrhw20
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue