All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mark Hatle <mark.hatle@windriver.com>
To: <openembedded-core@lists.openembedded.org>
Subject: Re: [PATCH] prelink: Add lib64 dirs to prelink.conf
Date: Thu, 4 Aug 2011 10:07:16 -0500	[thread overview]
Message-ID: <4E3AB5A4.9080300@windriver.com> (raw)
In-Reply-To: <1312437938-29860-1-git-send-email-galak@kernel.crashing.org>

On 8/4/11 1:05 AM, Kumar Gala wrote:
> Handle multlib or cases that baselib is lib64.
> 
> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>

Acked-by: Mark Hatle <mark.hatle@windriver.com>

(BTW I think as we move more into the multilib stuff, we'll likely want to
generate this list from the final multilib configuration.. but for now this
should be good.)

> ---
>  meta/recipes-devtools/prelink/prelink/prelink.conf |    8 ++++----
>  meta/recipes-devtools/prelink/prelink_git.bb       |    2 +-
>  2 files changed, 5 insertions(+), 5 deletions(-)
> 
> diff --git a/meta/recipes-devtools/prelink/prelink/prelink.conf b/meta/recipes-devtools/prelink/prelink/prelink.conf
> index c5a4f4a..ed30c28 100644
> --- a/meta/recipes-devtools/prelink/prelink/prelink.conf
> +++ b/meta/recipes-devtools/prelink/prelink/prelink.conf
> @@ -12,7 +12,7 @@
>  -l /usr/bin
>  -l /usr/X11R6/bin
>  -l /usr/games
> --l /usr/local/lib
> --l /lib
> --l /usr/lib
> --l /usr/X11R6/lib
> +-l /usr/local/lib{,64}
> +-l /lib{,64}
> +-l /usr/lib{,64}
> +-l /usr/X11R6/lib{,64}
> diff --git a/meta/recipes-devtools/prelink/prelink_git.bb b/meta/recipes-devtools/prelink/prelink_git.bb
> index c653d4d..bb95da7 100644
> --- a/meta/recipes-devtools/prelink/prelink_git.bb
> +++ b/meta/recipes-devtools/prelink/prelink_git.bb
> @@ -10,7 +10,7 @@ LICENSE = "GPLv2"
>  LIC_FILES_CHKSUM = "file://COPYING;md5=c93c0550bd3173f4504b2cbd8991e50b"
>  SRCREV = "ac461e73b17253a4da25c5aafeac7193b553156c"
>  PV = "1.0+git${SRCPV}"
> -PR = "r4"
> +PR = "r5"
>  
>  #
>  # The cron script attempts to re-prelink the system daily -- on




  reply	other threads:[~2011-08-04 15:11 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-08-04  6:05 [PATCH] prelink: Add lib64 dirs to prelink.conf Kumar Gala
2011-08-04 15:07 ` Mark Hatle [this message]
2011-08-05 21:27 ` Saul Wold

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=4E3AB5A4.9080300@windriver.com \
    --to=mark.hatle@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 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.