aboutsummaryrefslogtreecommitdiffstats
path: root/meta-ivi/recipes-connectivity/connman/connman_1.23.bbappend
diff options
context:
space:
mode:
Diffstat (limited to 'meta-ivi/recipes-connectivity/connman/connman_1.23.bbappend')
-rw-r--r--meta-ivi/recipes-connectivity/connman/connman_1.23.bbappend6
1 files changed, 6 insertions, 0 deletions
diff --git a/meta-ivi/recipes-connectivity/connman/connman_1.23.bbappend b/meta-ivi/recipes-connectivity/connman/connman_1.23.bbappend
new file mode 100644
index 0000000..d2f8e8e
--- /dev/null
+++ b/meta-ivi/recipes-connectivity/connman/connman_1.23.bbappend
@@ -0,0 +1,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" \ No newline at end of file