mirror of
https://git.yoctoproject.org/poky
synced 2026-04-17 18:32:12 +02:00
prelink: Add lib64 dirs to prelink.conf
Handle multlib or cases that baselib is lib64. (From OE-Core rev: 82db6bda2b60f0a4756f1d604a5dd1369fcc8a19) Signed-off-by: Kumar Gala <galak@kernel.crashing.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
dc8bd9e2a1
commit
e08ea67d7f
@@ -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}
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user