summaryrefslogtreecommitdiff
path: root/meta-phosphor/common/recipes-phosphor/users
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@fuzziesquirrel.com>2016-09-07 05:02:03 +0300
committerPatrick Williams <patrick@stwcx.xyz>2016-09-14 23:15:05 +0300
commit09ad89864988c0bb83f170d8c1638df2cab01a20 (patch)
tree278224dbf30733475f2f41685ca56ce33738d205 /meta-phosphor/common/recipes-phosphor/users
parent0fd747b4f343978716d4482bd1398dc3019e2472 (diff)
downloadopenbmc-09ad89864988c0bb83f170d8c1638df2cab01a20.tar.xz
remove manager classes
The value added by these classes is minimal and lowers the flexibility available to clients using them when it comes to packaging. Rename recipe virtuals - obmc-phosphor seems redundant. Align package virtual names with best practices (virtual-package). Change-Id: I34c3cb03f6b1d2aaa734ed02078b388667f70917 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-phosphor/common/recipes-phosphor/users')
-rw-r--r--meta-phosphor/common/recipes-phosphor/users/obmc-phosphor-user.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-phosphor/common/recipes-phosphor/users/obmc-phosphor-user.bb b/meta-phosphor/common/recipes-phosphor/users/obmc-phosphor-user.bb
index 5f63b62099..a30740359c 100644
--- a/meta-phosphor/common/recipes-phosphor/users/obmc-phosphor-user.bb
+++ b/meta-phosphor/common/recipes-phosphor/users/obmc-phosphor-user.bb
@@ -5,9 +5,11 @@ PR = "r1"
inherit allarch
inherit obmc-phosphor-license
-inherit obmc-phosphor-user-mgmt
inherit obmc-phosphor-dbus-service
+PROVIDES += "virtual/obmc-user-mgmt"
+RPROVIDES_${PN} += "virtual-obmc-user-mgmt"
+
RDEPENDS_${PN} += "python-dbus python-pygobject python-pexpect"
SRC_URI += "git://github.com/openbmc/phosphor-networkd"