diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-connectivity/connman/connman.inc | 4 | ||||
-rw-r--r-- | meta/recipes-connectivity/connman/connman_0.79.bb | 2 | ||||
-rw-r--r-- | meta/recipes-graphics/x11-common/xserver-nodm-init.bb | 2 |
3 files changed, 7 insertions, 1 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 \ |
diff --git a/meta/recipes-connectivity/connman/connman_0.79.bb b/meta/recipes-connectivity/connman/connman_0.79.bb index ec3d147d84..898fb11f07 100644 --- a/meta/recipes-connectivity/connman/connman_0.79.bb +++ b/meta/recipes-connectivity/connman/connman_0.79.bb | |||
@@ -11,4 +11,4 @@ SRC_URI = "git://git.kernel.org/pub/scm/network/connman/connman.git \ | |||
11 | file://test-set-ipv6-method-api-fix.patch \ | 11 | file://test-set-ipv6-method-api-fix.patch \ |
12 | file://connman" | 12 | file://connman" |
13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
14 | PR = "r5" | 14 | PR = "${INC_PR}.0" |
diff --git a/meta/recipes-graphics/x11-common/xserver-nodm-init.bb b/meta/recipes-graphics/x11-common/xserver-nodm-init.bb index 1b9526104c..8fca05613c 100644 --- a/meta/recipes-graphics/x11-common/xserver-nodm-init.bb +++ b/meta/recipes-graphics/x11-common/xserver-nodm-init.bb | |||
@@ -30,6 +30,8 @@ INITSCRIPT_PARAMS = "start 9 5 2 . stop 20 0 1 6 ." | |||
30 | 30 | ||
31 | # Use fixed Xusername of xuser for now, this will need to be | 31 | # Use fixed Xusername of xuser for now, this will need to be |
32 | # fixed if the Xusername changes from xuser | 32 | # fixed if the Xusername changes from xuser |
33 | # IMPORTANT: because xuser is shared with connman, please make sure the | ||
34 | # USERADD_PARAM is in sync with the one in connman.inc | ||
33 | USERADD_PACKAGES = "${PN}" | 35 | USERADD_PACKAGES = "${PN}" |
34 | USERADD_PARAM_${PN} = "--create-home \ | 36 | USERADD_PARAM_${PN} = "--create-home \ |
35 | --groups video,tty,audio \ | 37 | --groups video,tty,audio \ |