base-passwd.preinst:fix creating passwd and group error
authorHongxu Jia <hongxu.jia@windriver.com>
Thu, 21 Feb 2013 06:22:16 +0000 (14:22 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 22 Feb 2013 14:09:23 +0000 (06:09 -0800)
commit6d791dddee2b9dca35ad0864268f20ce3a0a5ad1
treeddd73bbdc60d56d96cf4a305d9a8432b10c53b24
parent6cb6b165bf182791c6c3ceef688b02e49fe65e53
base-passwd.preinst:fix creating passwd and group error

Create files `passwd' and `group' in `$D${sysconfdir}', if `$D${sysconfdir}'
does not exist, there is an error:
...
cannot create $D${sysconfdir}/passwd: Directory nonexistent
cannot create $D${sysconfdir}/group: Directory nonexistent
...

Attampt to create dir before file creation.

[YOCTO #3917]

(From OE-Core rev: aea1d6c29e0c3f7c854045057d8bb389a1609b2b)

Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/base-passwd/base-passwd_3.5.26.bb