diff options
Diffstat (limited to 'meta/recipes-connectivity/connman')
-rw-r--r-- | meta/recipes-connectivity/connman/connman_0.75.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-connectivity/connman/connman_0.75.bb b/meta/recipes-connectivity/connman/connman_0.75.bb index aeff439e88..5a7b28429a 100644 --- a/meta/recipes-connectivity/connman/connman_0.75.bb +++ b/meta/recipes-connectivity/connman/connman_0.75.bb | |||
@@ -8,8 +8,8 @@ EXTRA_OECONF += "\ | |||
8 | --enable-threads \ | 8 | --enable-threads \ |
9 | --enable-loopback \ | 9 | --enable-loopback \ |
10 | --enable-ethernet \ | 10 | --enable-ethernet \ |
11 | --enable-wifi \ | 11 | ${@base_contains('DISTRO_FEATURES', 'wifi','--enable-wifi', '--disable-wifi', d)} \ |
12 | --enable-bluetooth \ | 12 | ${@base_contains('DISTRO_FEATURES', 'bluetooth','--enable-bluetooth', '--disable-bluetooth', d)} \ |
13 | --enable-dnsproxy \ | 13 | --enable-dnsproxy \ |
14 | --disable-dhclient \ | 14 | --disable-dhclient \ |
15 | --enable-test \ | 15 | --enable-test \ |