aboutsummaryrefslogtreecommitdiffstats
path: root/meta-ivi/recipes-connectivity/connman/connman_%.bbappend
blob: e0d374ea267c08a61d5dcfbe0d643c3083fa6f5d (plain)
1
2
3
4
5
6
PACKAGECONFIG_remove = "bluetooth"
PACKAGECONFIG[bluetooth] = "--enable-bluetooth, --disable-bluetooth, bluez5"
RDEPENDS_${PN}_remove = "bluez4"
RDEPENDS_${PN} += "${@bb.utils.contains('PACKAGECONFIG', 'bluetooth', 'bluez5', '', d)}"

PR = "r1"