From: ChenQi <Qi.Chen@windriver.com>
To: <openembedded-core@lists.openembedded.org>
Subject: Re: [PATCH 1/1] systemd: fix to use ${libdir}
Date: Sun, 14 Sep 2014 18:28:50 +0800 [thread overview]
Message-ID: <54156DE2.3030802@windriver.com> (raw)
In-Reply-To: <356ac4d5b582ba0c09633e4fbbd3da4f5f49a7e5.1410673076.git.Qi.Chen@windriver.com>
On 09/14/2014 01:39 PM, Chen Qi wrote:
> We need to user ${libdir} instead of ${exec_prefix}/lib.
> Otherwise, we would neet do_install errors if multilib is enabled.
typo here.
Should be 'meet' instead of 'neet'.
V2 has been sent.
//Chen Qi
> Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
> ---
> meta/recipes-core/systemd/systemd_216.bb | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/meta/recipes-core/systemd/systemd_216.bb b/meta/recipes-core/systemd/systemd_216.bb
> index bd52891..331da99 100644
> --- a/meta/recipes-core/systemd/systemd_216.bb
> +++ b/meta/recipes-core/systemd/systemd_216.bb
> @@ -129,7 +129,7 @@ do_install() {
> fi
>
> # Move libgudev back to ${rootlibdir} to keep backward compatibility
> - [ ${rootlibdir} != ${exec_prefix}/lib ] && mv -t ${D}${rootlibdir} ${D}${exec_prefix}/lib/libgudev*
> + [ ${rootlibdir} != ${libdir} ] && mv -t ${D}${rootlibdir} ${D}${libdir}/libgudev*
>
> # Delete journal README, as log can be symlinked inside volatile.
> rm -f ${D}/${localstatedir}/log/README
> @@ -241,7 +241,7 @@ FILES_${PN} = " ${base_bindir}/* \
> ${rootlibexecdir}/systemd/* \
> ${systemd_unitdir}/* \
> ${base_libdir}/security/*.so \
> - ${exec_prefix}/lib/libnss_* \
> + ${libdir}/libnss_* \
> /cgroup \
> ${bindir}/systemd* \
> ${bindir}/busctl \
prev parent reply other threads:[~2014-09-14 10:28 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-09-14 5:39 [PATCH 0/1] systemd: fix to use ${libdir} Chen Qi
2014-09-14 5:39 ` [PATCH 1/1] " Chen Qi
2014-09-14 10:28 ` ChenQi [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=54156DE2.3030802@windriver.com \
--to=qi.chen@windriver.com \
--cc=openembedded-core@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox