[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
Mon Aug 17 21:44:59 UTC 2015


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

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