summaryrefslogtreecommitdiff
path: root/meta-yadro
diff options
context:
space:
mode:
authorAlexander Filippov <a.filippov@yadro.com>2021-09-15 21:03:05 +0300
committerPatrick Williams <patrick@stwcx.xyz>2021-09-16 14:49:17 +0300
commit905072f5c1d2f1e2bd99fb3346ee2978428b992b (patch)
tree038d3a667b0968570e6dd472c0ee02b4614d72f2 /meta-yadro
parentd13afc1b77dc9a7d6bc701aba3530f3db984574e (diff)
downloadopenbmc-905072f5c1d2f1e2bd99fb3346ee2978428b992b.tar.xz
meta-nicole: admin-account: Fix build as IPK
Switching to IPK usage breaks the building of this package. During the installation there are no required groups. This commit fixes the issue. Change-Id: Ibe80f3bf80e851005f637e47ca669e47035dba6d Signed-off-by: Alexander Filippov <a.filippov@yadro.com>
Diffstat (limited to 'meta-yadro')
-rw-r--r--meta-yadro/meta-nicole/recipes-phosphor/users/admin-account.bb8
1 files changed, 5 insertions, 3 deletions
diff --git a/meta-yadro/meta-nicole/recipes-phosphor/users/admin-account.bb b/meta-yadro/meta-nicole/recipes-phosphor/users/admin-account.bb
index dbdabb8c9..1bb0ae1a6 100644
--- a/meta-yadro/meta-nicole/recipes-phosphor/users/admin-account.bb
+++ b/meta-yadro/meta-nicole/recipes-phosphor/users/admin-account.bb
@@ -9,9 +9,11 @@ LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10"
# Dependencies
-DEPENDS = "sudo \
- phosphor-ipmi-host \
- phosphor-user-manager"
+RDEPENDS:${PN} = "\
+ sudo \
+ phosphor-ipmi-host \
+ phosphor-user-manager \
+"
# Groups
GROUP_ADMIN = "priv-admin"