diff options
author | Hongxu Jia <hongxu.jia@windriver.com> | 2013-02-21 14:22:16 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-02-22 06:09:14 -0800 |
commit | aea1d6c29e0c3f7c854045057d8bb389a1609b2b (patch) | |
tree | d237fd7e0e697e221c3486e1b4fcd18f9015da0b /meta/recipes-connectivity/openssl/openssl.inc | |
parent | 746b6e90a8403886e6957d33610bbda115de0a0c (diff) | |
download | openembedded-core-aea1d6c29e0c3f7c854045057d8bb389a1609b2b.tar.gz openembedded-core-aea1d6c29e0c3f7c854045057d8bb389a1609b2b.tar.bz2 openembedded-core-aea1d6c29e0c3f7c854045057d8bb389a1609b2b.zip |
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]
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-connectivity/openssl/openssl.inc')
0 files changed, 0 insertions, 0 deletions