Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] prelink: Add lib64 dirs to prelink.conf
@ 2011-08-04  6:05 Kumar Gala
  2011-08-04 15:07 ` Mark Hatle
  2011-08-05 21:27 ` Saul Wold
  0 siblings, 2 replies; 3+ messages in thread
From: Kumar Gala @ 2011-08-04  6:05 UTC (permalink / raw)
  To: openembedded-core

Handle multlib or cases that baselib is lib64.

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
---
 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
-- 
1.7.3.4




^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] prelink: Add lib64 dirs to prelink.conf
  2011-08-04  6:05 [PATCH] prelink: Add lib64 dirs to prelink.conf Kumar Gala
@ 2011-08-04 15:07 ` Mark Hatle
  2011-08-05 21:27 ` Saul Wold
  1 sibling, 0 replies; 3+ messages in thread
From: Mark Hatle @ 2011-08-04 15:07 UTC (permalink / raw)
  To: openembedded-core

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




^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] prelink: Add lib64 dirs to prelink.conf
  2011-08-04  6:05 [PATCH] prelink: Add lib64 dirs to prelink.conf Kumar Gala
  2011-08-04 15:07 ` Mark Hatle
@ 2011-08-05 21:27 ` Saul Wold
  1 sibling, 0 replies; 3+ messages in thread
From: Saul Wold @ 2011-08-05 21:27 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

On 08/03/2011 11:05 PM, Kumar Gala wrote:
> Handle multlib or cases that baselib is lib64.
>
> Signed-off-by: Kumar Gala<galak@kernel.crashing.org>
> ---
>   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

Merged into OE-Core

Thanks
	Sau!




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-08-05 21:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-04  6:05 [PATCH] prelink: Add lib64 dirs to prelink.conf Kumar Gala
2011-08-04 15:07 ` Mark Hatle
2011-08-05 21:27 ` Saul Wold

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox