diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2011-08-04 01:05:38 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-08-05 17:16:01 +0100 |
commit | e08ea67d7f39aaf1e46150747d968bee2464b0a9 (patch) | |
tree | 95f65134489468224435631b193855a0ff16a844 /meta/recipes-devtools | |
parent | dc8bd9e2a13673fdd035d9f2b5b5d086d6b5a128 (diff) | |
download | poky-e08ea67d7f39aaf1e46150747d968bee2464b0a9.tar.gz |
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>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/prelink/prelink/prelink.conf | 8 | ||||
-rw-r--r-- | 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 c5a4f4adc3..ed30c286f2 100644 --- a/meta/recipes-devtools/prelink/prelink/prelink.conf +++ b/meta/recipes-devtools/prelink/prelink/prelink.conf | |||
@@ -12,7 +12,7 @@ | |||
12 | -l /usr/bin | 12 | -l /usr/bin |
13 | -l /usr/X11R6/bin | 13 | -l /usr/X11R6/bin |
14 | -l /usr/games | 14 | -l /usr/games |
15 | -l /usr/local/lib | 15 | -l /usr/local/lib{,64} |
16 | -l /lib | 16 | -l /lib{,64} |
17 | -l /usr/lib | 17 | -l /usr/lib{,64} |
18 | -l /usr/X11R6/lib | 18 | -l /usr/X11R6/lib{,64} |
diff --git a/meta/recipes-devtools/prelink/prelink_git.bb b/meta/recipes-devtools/prelink/prelink_git.bb index c653d4d67a..bb95da70b2 100644 --- a/meta/recipes-devtools/prelink/prelink_git.bb +++ b/meta/recipes-devtools/prelink/prelink_git.bb | |||
@@ -10,7 +10,7 @@ LICENSE = "GPLv2" | |||
10 | LIC_FILES_CHKSUM = "file://COPYING;md5=c93c0550bd3173f4504b2cbd8991e50b" | 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=c93c0550bd3173f4504b2cbd8991e50b" |
11 | SRCREV = "ac461e73b17253a4da25c5aafeac7193b553156c" | 11 | SRCREV = "ac461e73b17253a4da25c5aafeac7193b553156c" |
12 | PV = "1.0+git${SRCPV}" | 12 | PV = "1.0+git${SRCPV}" |
13 | PR = "r4" | 13 | PR = "r5" |
14 | 14 | ||
15 | # | 15 | # |
16 | # The cron script attempts to re-prelink the system daily -- on | 16 | # The cron script attempts to re-prelink the system daily -- on |