]> code.ossystems Code Review - openembedded-core.git/commit
useradd.bbclass: add dependency on base-files
authorRoss Burton <ross.burton@intel.com>
Wed, 18 Dec 2013 16:20:02 +0000 (16:20 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 18 Dec 2013 17:06:57 +0000 (17:06 +0000)
commit556368ba8a1f933a86b69be024bd0711d4bfe0a3
tree022be7aa0865ec0f347d7f9c9bf9b3ea1d551078
parent5afe86a6854b21692fd97c5fc7fab50dbc068acb
useradd.bbclass: add dependency on base-files

Packages that use useradd.bbclass should have a dependency on base-files so that
the /etc/skel directory is populated.  Without this dependency base-files may or
may not be installed when the postinst runs, and the skel content may or may not
be copied.

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/useradd.bbclass