From: Richard Purdie <richard.purdie@linuxfoundation.org>
To: Patches and discussions about the oe-core layer
<openembedded-core@lists.openembedded.org>
Subject: Re: [PATCH 1/1] eglibc-package.inc: Fixed error in referencing PKGSUFFIX
Date: Thu, 04 Aug 2011 12:58:12 +0100 [thread overview]
Message-ID: <1312459092.2344.732.camel@rex> (raw)
In-Reply-To: <bc89b720712af0813e1e85285ee1dcbbd260fcfd.1312454023.git.lianhao.lu@intel.com>
On Thu, 2011-08-04 at 18:36 +0800, Lianhao Lu wrote:
> [YOCTO #1329] Added the missing $ when referencing PKGSUFFIX in FILES_*
> variables set.
>
> Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
> ---
> meta/recipes-core/eglibc/eglibc-package.inc | 8 ++++----
> 1 files changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/meta/recipes-core/eglibc/eglibc-package.inc b/meta/recipes-core/eglibc/eglibc-package.inc
> index 77519d2..5308bb9 100644
> --- a/meta/recipes-core/eglibc/eglibc-package.inc
> +++ b/meta/recipes-core/eglibc/eglibc-package.inc
> @@ -56,10 +56,10 @@ libc_baselibs = "${base_libdir}/libcrypt*.so.* ${base_libdir}/libcrypt-*.so ${ba
> FILES_${PN} = "${libc_baselibs} ${libexecdir}/* ${@base_conditional('USE_LDCONFIG', '1', '${base_sbindir}/ldconfig ${sysconfdir}/ld.so.conf', '', d)}"
> FILES_ldd${PKGSUFFIX} = "${bindir}/ldd"
> FILES_libsegfault${PKGSUFFIX} = "${base_libdir}/libSegFault*"
> -FILES_libcidn{PKGSUFFIX} = "${base_libdir}/libcidn-*.so ${base_libdir}/libcidn.so.*"
> -FILES_libmemusage{PKGSUFFIX} = "${base_libdir}/libmemusage.so"
> -FILES_eglibc-extra-nss{PKGSUFFIX} = "${base_libdir}/libnss_*-*.so ${base_libdir}/libnss_*.so.*"
> -FILES_sln{PKGSUFFIX} = "/sbin/sln"
> +FILES_libcidn${PKGSUFFIX} = "${base_libdir}/libcidn-*.so ${base_libdir}/libcidn.so.*"
> +FILES_libmemusage${PKGSUFFIX} = "${base_libdir}/libmemusage.so"
> +FILES_eglibc-extra-nss${PKGSUFFIX} = "${base_libdir}/libnss_*-*.so ${base_libdir}/libnss_*.so.*"
> +FILES_sln${PKGSUFFIX} = "/sbin/sln"
> FILES_${PN}-pic = "${libdir}/*_pic.a ${libdir}/*_pic.map ${libdir}/libc_pic/"
> FILES_libsotruss${PKGSUFFIX} = "${libdir}/audit/sotruss-lib.so"
> FILES_${PN}-dev_append += "${bindir}/rpcgen ${libdir}/*.a \
Thanks, merged to master with added PR bumps.
Cheers,
Richard
prev parent reply other threads:[~2011-08-04 12:03 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-08-04 10:36 [PATCH 0/1] Fixed error in referencing PKGSUFFIX Lianhao Lu
2011-08-04 10:36 ` [PATCH 1/1] eglibc-package.inc: " Lianhao Lu
2011-08-04 11:58 ` Richard Purdie [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=1312459092.2344.732.camel@rex \
--to=richard.purdie@linuxfoundation.org \
--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