From patchwork Thu Nov 10 07:43:15 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [CONSOLIDATED,PULL,(v2),33/33] useradd: Add missing DEPEND on shadow Date: Thu, 10 Nov 2011 07:43:15 -0000 From: Saul Wold X-Patchwork-Id: 14749 Message-Id: <683921be0d5401bead47c5fa2c93e6906888c52c.1320910947.git.sgw@linux.intel.com> To: openembedded-core@lists.openembedded.org From: Richard Purdie Without this rootfs generation fails as an RDEPENDS is added but the package might not have bneen built. Signed-off-by: Richard Purdie --- meta/classes/useradd.bbclass | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/classes/useradd.bbclass b/meta/classes/useradd.bbclass index ae7349b..49a3d3f 100644 --- a/meta/classes/useradd.bbclass +++ b/meta/classes/useradd.bbclass @@ -2,7 +2,7 @@ # target sysroot, and shadow -native and -sysroot provide the utilities # and support files needed to add and modify user and group accounts DEPENDS_append = "${USERADDDEPENDS}" -USERADDDEPENDS = " base-passwd shadow-native shadow-sysroot" +USERADDDEPENDS = " base-passwd shadow-native shadow-sysroot shadow" USERADDDEPENDS_virtclass-nativesdk = "" # This preinstall function will be run in two contexts: once for the