From: Rongqing Li <rongqing.li@windriver.com>
To: <openembedded-devel@lists.openembedded.org>
Subject: Re: [PATCH] hiawatha: fix the installation failure due to no /var/run dir
Date: Tue, 11 Aug 2015 11:20:03 +0800 [thread overview]
Message-ID: <55C969E3.6@windriver.com> (raw)
In-Reply-To: <1435820534-32452-1-git-send-email-rongqing.li@windriver.com>
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
prev parent reply other threads:[~2015-08-11 3:20 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
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 message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=55C969E3.6@windriver.com \
--to=rongqing.li@windriver.com \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.