diff options
author | Hongxu Jia <hongxu.jia@windriver.com> | 2013-02-21 14:22:16 +0800 |
---|---|---|
committer | Ross Burton <ross.burton@intel.com> | 2013-03-01 11:12:31 +0000 |
commit | 7912f3a721529302596a032560cffe96297b3113 (patch) | |
tree | dc7aab062195fdc0b8e08b053da13fabb5b18452 /meta/recipes-support | |
parent | 77fed2c773d7d98f88d6e8a2f4a8617b9e8b8a62 (diff) | |
download | openembedded-core-7912f3a721529302596a032560cffe96297b3113.tar.gz openembedded-core-7912f3a721529302596a032560cffe96297b3113.tar.bz2 openembedded-core-7912f3a721529302596a032560cffe96297b3113.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-support')
0 files changed, 0 insertions, 0 deletions