diff options
author | Laurentiu Palcu <laurentiu.palcu@intel.com> | 2012-06-12 17:11:24 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-06-13 13:11:23 +0100 |
commit | 7f017cab0b3e4d5a4fc356eccd8eb8429b0531d0 (patch) | |
tree | 7359d2123614d9cd5a106e214b5a5c4071e9a6ff /meta/recipes-connectivity/connman/connman.inc | |
parent | d8d95d10bd6945047b4bab9ff9a4e948c73db205 (diff) | |
download | poky-7f017cab0b3e4d5a4fc356eccd8eb8429b0531d0.tar.gz |
connman: bump PR and add some comments1.3_M1.rc11.3_M1.final1.3_M1
The comments are for informing anyone who wants to change USERADD_PARAMs
to make sure it's in sync with the one in xserver-nodm-init, in order
for rootless X to work.
(From OE-Core rev: c4d0b1c5438039dab07103c151c0c5a76a4c9499)
Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/connman/connman.inc')
-rw-r--r-- | meta/recipes-connectivity/connman/connman.inc | 4 |
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 | ||
23 | INC_PR = "r6" | ||
24 | |||
23 | TIST = "--enable-tist" | 25 | TIST = "--enable-tist" |
24 | TIST_powerpc = "" | 26 | TIST_powerpc = "" |
25 | 27 | ||
@@ -46,6 +48,8 @@ EXTRA_OECONF += "\ | |||
46 | INITSCRIPT_NAME = "connman" | 48 | INITSCRIPT_NAME = "connman" |
47 | INITSCRIPT_PARAMS = "start 05 5 2 3 . stop 22 0 1 6 ." | 49 | INITSCRIPT_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 | ||
49 | USERADD_PACKAGES = "${PN}" | 53 | USERADD_PACKAGES = "${PN}" |
50 | USERADD_PARAM_${PN} = "--create-home \ | 54 | USERADD_PARAM_${PN} = "--create-home \ |
51 | --groups video,tty,audio \ | 55 | --groups video,tty,audio \ |