aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-support/cifs
diff options
context:
space:
mode:
authorChen Qi <Qi.Chen@windriver.com>2013-10-24 12:47:39 +0800
committerJoe MacDonald <joe@deserted.net>2013-10-24 14:05:35 -0400
commitddfcd90894a9b16e13b471d75745ae7b9cf7fca7 (patch)
tree2b3c04759810e60d906b70bc10e62a482b831bdd /meta-networking/recipes-support/cifs
parentadb7af3fe95668a85c79acc6f0a2dafc0a96f7e1 (diff)
downloadmeta-openembedded-contrib-ddfcd90894a9b16e13b471d75745ae7b9cf7fca7.tar.gz
autofs: fix do_install failure and remove unused /var/run directory
If ${D}/run doesn't exist, the following statement will have non-zero exit code, which leads to do_install failure. test -d ${D}/run && rmdir ${D}/run Modify it to use the if statement to make the do_install task succeed no matter ${D}/run exists or not. Also, this patch removes the unused /var/run directory. Leaving that directory there will result in /run directory created before splitting package, which in turn lead to 'installed-vs-shipped' QA error or QA warning. Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Joe MacDonald <joe@deserted.net>
Diffstat (limited to 'meta-networking/recipes-support/cifs')
0 files changed, 0 insertions, 0 deletions