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:08:05 +0000 (17:08 +0000)
commit8717757a06c3b3f52c7acb1d839fc728bdad1cf5
treeb316c49da2924f1807c20551a9740cd888ebff3a
parent89db1ddb23de08f46aa2837a40e8d6ffb63eb664
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.

(From OE-Core rev: 556368ba8a1f933a86b69be024bd0711d4bfe0a3)

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