summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/connman/connman_0.75.bb
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2011-10-27 16:15:36 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-01-30 16:38:09 +0000
commit8cf7c76ce1fd648bb1625961c6b902c2b4ffe8a7 (patch)
tree6825cb520d6e86de17b858cee4be261fd6d253c0 /meta/recipes-connectivity/connman/connman_0.75.bb
parent5d8269d28a4cd6ae757ae6e543a790386d23f634 (diff)
downloadpoky-8cf7c76ce1fd648bb1625961c6b902c2b4ffe8a7.tar.gz
connman: Use useradd to add the xuser for DBus
Connmand needs to start as the xuser as defined in the dbus configuration and needs to share this with rootless X. Since it's possible for connmand to run on a sytem without rootless X we still need to create the user here. Useradd will fail gracefully if the user already exists. Fixes: [YOCTO #1699] (From OE-Core rev: 8139ac9284031e00d6b268210b04b57670d9268a) (From OE-Core rev: 835ab34adb6acf562e37db99a1dd24f7b8bd95ec) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Conflicts: meta/recipes-connectivity/connman/connman_0.75.bb
Diffstat (limited to 'meta/recipes-connectivity/connman/connman_0.75.bb')
-rw-r--r--meta/recipes-connectivity/connman/connman_0.75.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/connman/connman_0.75.bb b/meta/recipes-connectivity/connman/connman_0.75.bb
index 5a7b28429a..5c5472da7f 100644
--- a/meta/recipes-connectivity/connman/connman_0.75.bb
+++ b/meta/recipes-connectivity/connman/connman_0.75.bb
@@ -1,5 +1,5 @@
1require connman.inc 1require connman.inc
2PR = "r1" 2PR = "r2"
3 3
4EXTRA_OECONF += "\ 4EXTRA_OECONF += "\
5 ac_cv_path_WPASUPPLICANT=/usr/sbin/wpa_supplicant \ 5 ac_cv_path_WPASUPPLICANT=/usr/sbin/wpa_supplicant \