[oe-commits] Roy Li : hiawatha: fix the installation failure due to no /var/run dir

git at git.openembedded.org git at git.openembedded.org
Tue Aug 18 09:54:57 UTC 2015


Module: meta-openembedded.git
Branch: master
Commit: d6167bd029e979b70393af2a2ff91c2faa9d6af4
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=d6167bd029e979b70393af2a2ff91c2faa9d6af4

Author: Roy Li <rongqing.li at windriver.com>
Date:   Thu Jul  2 15:02:14 2015 +0800

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 at windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-webserver/recipes-httpd/hiawatha/hiawatha_9.2.bb | 1 -
 1 file changed, 1 deletion(-)

diff --git a/meta-webserver/recipes-httpd/hiawatha/hiawatha_9.2.bb b/meta-webserver/recipes-httpd/hiawatha/hiawatha_9.2.bb
index b9fa5cd..31293e4 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}"
 }
 



More information about the Openembedded-commits mailing list