aboutsummaryrefslogtreecommitdiffstats
path: root/meta-webserver
diff options
context:
space:
mode:
authorRoy Li <rongqing.li@windriver.com>2015-07-02 15:02:14 +0800
committerMartin Jansa <Martin.Jansa@gmail.com>2015-08-18 11:52:32 +0200
commitd6167bd029e979b70393af2a2ff91c2faa9d6af4 (patch)
tree0d667ef781bdf58fb8525718b2e800124769b9fc /meta-webserver
parent74de7be5a464e184fed64661e2a45f2f6fac58a5 (diff)
downloadmeta-openembedded-d6167bd029e979b70393af2a2ff91c2faa9d6af4.tar.gz
hiawatha: fix the installation failure due to no /var/run dir
after cmake is upgrade to 3.2.2, the /var/run dir is not created, so not need to remove it. Signed-off-by: Roy Li <rongqing.li@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-webserver')
-rw-r--r--meta-webserver/recipes-httpd/hiawatha/hiawatha_9.2.bb1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta-webserver/recipes-httpd/hiawatha/hiawatha_9.2.bb b/meta-webserver/recipes-httpd/hiawatha/hiawatha_9.2.bb
index b9fa5cde87..31293e48f9 100644
--- a/meta-webserver/recipes-httpd/hiawatha/hiawatha_9.2.bb
+++ b/meta-webserver/recipes-httpd/hiawatha/hiawatha_9.2.bb
@@ -53,7 +53,6 @@ do_install_append() {
install -m 644 ${WORKDIR}/hiawatha.service ${D}/${systemd_unitdir}/system
fi
- rmdir "${D}${localstatedir}/run"
rmdir --ignore-fail-on-non-empty "${D}${localstatedir}"
}