aboutsummaryrefslogtreecommitdiffstats
path: root/meta-ivi/recipes-connectivity/connman/connman_%.bbappend
diff options
context:
space:
mode:
Diffstat (limited to 'meta-ivi/recipes-connectivity/connman/connman_%.bbappend')
-rw-r--r--meta-ivi/recipes-connectivity/connman/connman_%.bbappend2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-ivi/recipes-connectivity/connman/connman_%.bbappend b/meta-ivi/recipes-connectivity/connman/connman_%.bbappend
index d2f8e8e..e0d374e 100644
--- a/meta-ivi/recipes-connectivity/connman/connman_%.bbappend
+++ b/meta-ivi/recipes-connectivity/connman/connman_%.bbappend
@@ -1,6 +1,6 @@
PACKAGECONFIG_remove = "bluetooth"
PACKAGECONFIG[bluetooth] = "--enable-bluetooth, --disable-bluetooth, bluez5"
RDEPENDS_${PN}_remove = "bluez4"
-RDEPENDS_${PN} += "${@base_contains('PACKAGECONFIG', 'bluetooth', 'bluez5', '', d)}"
+RDEPENDS_${PN} += "${@bb.utils.contains('PACKAGECONFIG', 'bluetooth', 'bluez5', '', d)}"
PR = "r1" \ No newline at end of file