tibluetooth: remove fct machine dependencies from recipe

Signed-off-by: Ramon Moesching <ramon.moesching@netmodule.com>
This commit is contained in:
Ramon Moesching 2018-06-13 13:47:01 +02:00
parent 83b8ae4481
commit 3b6d49491d
1 changed files with 0 additions and 8 deletions

View File

@ -38,10 +38,6 @@ do_install_am335x-nbhw16 () {
install_nbhw16 install_nbhw16
} }
do_install_am335x-nbhw16-fct () {
install_nbhw16
}
install_nrhw20 () { install_nrhw20 () {
install -d ${D}${systemd_unitdir}/system/ install -d ${D}${systemd_unitdir}/system/
install -m 0644 tibluetooth-nrhw20.service ${D}${systemd_unitdir}/system/tibluetooth.service install -m 0644 tibluetooth-nrhw20.service ${D}${systemd_unitdir}/system/tibluetooth.service
@ -54,7 +50,3 @@ do_install_am335x-nrhw20 () {
install_nrhw20 install_nrhw20
} }
do_install_am335x-nrhw20-fct () {
install_nrhw20
}