diff options
author | Jussi Kukkonen <jussi.kukkonen@intel.com> | 2015-10-01 11:04:36 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-10-01 15:07:49 +0100 |
commit | 7cb07658d140203d628009433e2164867814d493 (patch) | |
tree | d878aaa3ea1f4a89df2ef95aefd36eab9c5b4950 /meta/recipes-connectivity/connman/connman.inc | |
parent | cdaa8fd9608d1c34a2e6c9f6d0c9dc6ced706859 (diff) | |
download | poky-7cb07658d140203d628009433e2164867814d493.tar.gz |
xuser-account: Take over xuser specific D-Bus policy
Move connmans xuser-related D-Bus policy to a separate file that
xuser-account installs: This way connman does not need to depend on
xuser-account. Add policies for bluez and ofono in the same file.
(From OE-Core rev: 9f37ce18b7d79135a67474187b6119980e0130ae)
Signed-off-by: Jussi Kukkonen <jussi.kukkonen@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 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/connman/connman.inc b/meta/recipes-connectivity/connman/connman.inc index 1712af3016..ab7f86d12a 100644 --- a/meta/recipes-connectivity/connman/connman.inc +++ b/meta/recipes-connectivity/connman/connman.inc | |||
@@ -107,7 +107,6 @@ RPROVIDES_${PN} = "\ | |||
107 | 107 | ||
108 | RDEPENDS_${PN} = "\ | 108 | RDEPENDS_${PN} = "\ |
109 | dbus \ | 109 | dbus \ |
110 | xuser-account \ | ||
111 | " | 110 | " |
112 | 111 | ||
113 | PACKAGES_DYNAMIC += "^${PN}-plugin-.*" | 112 | PACKAGES_DYNAMIC += "^${PN}-plugin-.*" |