From 3b6d49491d0432893a88d6d385d9ec2c16e8640c Mon Sep 17 00:00:00 2001 From: Ramon Moesching Date: Wed, 13 Jun 2018 13:47:01 +0200 Subject: [PATCH] tibluetooth: remove fct machine dependencies from recipe Signed-off-by: Ramon Moesching --- recipes-connectivity/tibluetooth/tibluetooth.bb | 8 -------- 1 file changed, 8 deletions(-) diff --git a/recipes-connectivity/tibluetooth/tibluetooth.bb b/recipes-connectivity/tibluetooth/tibluetooth.bb index 586865f..3dcc380 100644 --- a/recipes-connectivity/tibluetooth/tibluetooth.bb +++ b/recipes-connectivity/tibluetooth/tibluetooth.bb @@ -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 -} -