* [PATCH] hiawatha: fix the installation failure due to no /var/run dir
@ 2015-07-02 7:02 rongqing.li
2015-07-28 7:35 ` Rongqing Li
2015-08-11 3:20 ` Rongqing Li
0 siblings, 2 replies; 3+ messages in thread
From: rongqing.li @ 2015-07-02 7:02 UTC (permalink / raw)
To: openembedded-devel, Liezhi.Yang
From: Roy Li <rongqing.li@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@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
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [PATCH] hiawatha: fix the installation failure due to no /var/run dir
2015-07-02 7:02 [PATCH] hiawatha: fix the installation failure due to no /var/run dir rongqing.li
@ 2015-07-28 7:35 ` Rongqing Li
2015-08-11 3:20 ` Rongqing Li
1 sibling, 0 replies; 3+ messages in thread
From: Rongqing Li @ 2015-07-28 7:35 UTC (permalink / raw)
To: openembedded-devel, Liezhi.Yang
ping
-Roy
On 2015年07月02日 15:02, rongqing.li@windriver.com wrote:
> From: Roy Li <rongqing.li@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@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}"
> }
>
>
--
Best Reagrds,
Roy | RongQing Li
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: [PATCH] hiawatha: fix the installation failure due to no /var/run dir
2015-07-02 7:02 [PATCH] hiawatha: fix the installation failure due to no /var/run dir rongqing.li
2015-07-28 7:35 ` Rongqing Li
@ 2015-08-11 3:20 ` Rongqing Li
1 sibling, 0 replies; 3+ messages in thread
From: Rongqing Li @ 2015-08-11 3:20 UTC (permalink / raw)
To: openembedded-devel
ping
-Roy
On 2015年07月02日 15:02, rongqing.li@windriver.com wrote:
> From: Roy Li <rongqing.li@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@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}"
> }
>
>
--
Best Reagrds,
Roy | RongQing Li
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-08-11 3:20 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-02 7:02 [PATCH] hiawatha: fix the installation failure due to no /var/run dir rongqing.li
2015-07-28 7:35 ` Rongqing Li
2015-08-11 3:20 ` Rongqing Li
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.