[oe] [PATCH] hiawatha: fix the installation failure due to no /var/run dir

rongqing.li at windriver.com rongqing.li at windriver.com
Thu Jul 2 07:02:14 UTC 2015


From: Roy Li <rongqing.li at windriver.com>

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>
---
 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}"
 }
 
-- 
1.9.1




More information about the Openembedded-devel mailing list