diff options
author | Roy Li <rongqing.li@windriver.com> | 2015-07-02 15:02:14 +0800 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-08-18 11:52:32 +0200 |
commit | d6167bd029e979b70393af2a2ff91c2faa9d6af4 (patch) | |
tree | 0d667ef781bdf58fb8525718b2e800124769b9fc /meta-webserver/recipes-httpd | |
parent | 74de7be5a464e184fed64661e2a45f2f6fac58a5 (diff) | |
download | meta-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/recipes-httpd')
-rw-r--r-- | meta-webserver/recipes-httpd/hiawatha/hiawatha_9.2.bb | 1 |
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 b9fa5cde8..31293e48f 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() { | |||
53 | install -m 644 ${WORKDIR}/hiawatha.service ${D}/${systemd_unitdir}/system | 53 | install -m 644 ${WORKDIR}/hiawatha.service ${D}/${systemd_unitdir}/system |
54 | fi | 54 | fi |
55 | 55 | ||
56 | rmdir "${D}${localstatedir}/run" | ||
57 | rmdir --ignore-fail-on-non-empty "${D}${localstatedir}" | 56 | rmdir --ignore-fail-on-non-empty "${D}${localstatedir}" |
58 | } | 57 | } |
59 | 58 | ||