summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/connman/connman.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-connectivity/connman/connman.inc')
-rw-r--r--meta/recipes-connectivity/connman/connman.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/connman/connman.inc b/meta/recipes-connectivity/connman/connman.inc
index eb174c5d34..34123234dd 100644
--- a/meta/recipes-connectivity/connman/connman.inc
+++ b/meta/recipes-connectivity/connman/connman.inc
@@ -20,6 +20,8 @@ DEPENDS = "dbus glib-2.0 ppp iptables gnutls \
20 ${@base_contains('DISTRO_FEATURES', '3g','ofono', '', d)} \ 20 ${@base_contains('DISTRO_FEATURES', '3g','ofono', '', d)} \
21 " 21 "
22 22
23INC_PR = "r6"
24
23TIST = "--enable-tist" 25TIST = "--enable-tist"
24TIST_powerpc = "" 26TIST_powerpc = ""
25 27
@@ -46,6 +48,8 @@ EXTRA_OECONF += "\
46INITSCRIPT_NAME = "connman" 48INITSCRIPT_NAME = "connman"
47INITSCRIPT_PARAMS = "start 05 5 2 3 . stop 22 0 1 6 ." 49INITSCRIPT_PARAMS = "start 05 5 2 3 . stop 22 0 1 6 ."
48 50
51# IMPORTANT: because xuser is shared with rootless X, please make sure the
52# USERADD_PARAM is in sync with the one in xserver-nodm-init.bb
49USERADD_PACKAGES = "${PN}" 53USERADD_PACKAGES = "${PN}"
50USERADD_PARAM_${PN} = "--create-home \ 54USERADD_PARAM_${PN} = "--create-home \
51 --groups video,tty,audio \ 55 --groups video,tty,audio \