]> code.ossystems Code Review - openembedded-core.git/commitdiff
prelink: Add lib64 dirs to prelink.conf
authorKumar Gala <galak@kernel.crashing.org>
Thu, 4 Aug 2011 06:05:38 +0000 (01:05 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 5 Aug 2011 16:13:00 +0000 (17:13 +0100)
Handle multlib or cases that baselib is lib64.

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
meta/recipes-devtools/prelink/prelink/prelink.conf
meta/recipes-devtools/prelink/prelink_git.bb

index c5a4f4adc3d8feebf1c92eb1504bdadca66fd7eb..ed30c286f2f92519040afccc0bb5ee1cec95209a 100644 (file)
@@ -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}
index c653d4d67a17bd1efb513bd66aa1cca7d75041ae..bb95da70b2904843dab10838d460f17d86a111c7 100644 (file)
@@ -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