From: Saul Wold <sgw@linux.intel.com>
To: Patches and discussions about the oe-core layer
<openembedded-core@lists.openembedded.org>
Subject: Re: [PATCH] image-mklibs.bbclass: Utilize ${base_libdir} instead of static /lib
Date: Fri, 05 Aug 2011 14:26:00 -0700 [thread overview]
Message-ID: <4E3C5FE8.2070602@linux.intel.com> (raw)
In-Reply-To: <1312430603-5629-1-git-send-email-galak@kernel.crashing.org>
On 08/03/2011 09:03 PM, Kumar Gala wrote:
> We might redefine ${base_libdir} from being set to just /lib.
>
> Signed-off-by: Kumar Gala<galak@kernel.crashing.org>
> ---
> meta/classes/image-mklibs.bbclass | 8 ++++----
> 1 files changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/meta/classes/image-mklibs.bbclass b/meta/classes/image-mklibs.bbclass
> index d6630c4..69dac2f 100644
> --- a/meta/classes/image-mklibs.bbclass
> +++ b/meta/classes/image-mklibs.bbclass
> @@ -17,19 +17,19 @@ mklibs_optimize_image_doit() {
>
> case ${TARGET_ARCH} in
> powerpc | mips | microblaze )
> - dynamic_loader="/lib/ld.so.1"
> + dynamic_loader="${base_libdir}/ld.so.1"
> ;;
> powerpc64)
> dynamic_loader="${base_libdir}/ld64.so.1"
> ;;
> x86_64)
> - dynamic_loader="/lib/ld-linux-x86-64.so.2"
> + dynamic_loader="${base_libdir}/ld-linux-x86-64.so.2"
> ;;
> i586 )
> - dynamic_loader="/lib/ld-linux.so.2"
> + dynamic_loader="${base_libdir}/ld-linux.so.2"
> ;;
> arm )
> - dynamic_loader="/lib/ld-linux.so.3"
> + dynamic_loader="${base_libdir}/ld-linux.so.3"
> ;;
> * )
> dynamic_loader="/unknown_dynamic_linker"
Merged into OE-Core
Thanks
Sau!
prev parent reply other threads:[~2011-08-05 21:30 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-08-04 4:03 [PATCH] image-mklibs.bbclass: Utilize ${base_libdir} instead of static /lib Kumar Gala
2011-08-04 14:56 ` Mark Hatle
2011-08-05 21:26 ` Saul Wold [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=4E3C5FE8.2070602@linux.intel.com \
--to=sgw@linux.intel.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