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

PR = "r1"