From 905072f5c1d2f1e2bd99fb3346ee2978428b992b Mon Sep 17 00:00:00 2001 From: Alexander Filippov Date: Wed, 15 Sep 2021 21:03:05 +0300 Subject: 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 --- meta-yadro/meta-nicole/recipes-phosphor/users/admin-account.bb | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'meta-yadro') 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" -- cgit v1.2.3