diff options
author | Mark Hatle <mark.hatle@windriver.com> | 2015-03-30 17:10:33 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-04-08 10:53:20 +0100 |
commit | 13db7db07668559e57b2d75637008a4b435f3b23 (patch) | |
tree | fdc90b181aaf4f1b652841018cd807b6582e9169 /meta/recipes-devtools/prelink/prelink_git.bb | |
parent | fa438394493a82a4823c08b8cbebf8daa4965676 (diff) | |
download | poky-13db7db07668559e57b2d75637008a4b435f3b23.tar.gz |
prelink_git.bb: Update to latest cross-prelink version
[YOCTO #7056]
Adds support for armhf dynamic linker
Update prelink-rtld to glibc 2.20 base
Fix testsuite to work with latest autotools
(From OE-Core rev: c9e4867a605a8007f569ed6ec4cf445111a533c1)
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/prelink/prelink_git.bb')
-rw-r--r-- | meta/recipes-devtools/prelink/prelink_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/prelink/prelink_git.bb b/meta/recipes-devtools/prelink/prelink_git.bb index 56781a4091..6ff6917e99 100644 --- a/meta/recipes-devtools/prelink/prelink_git.bb +++ b/meta/recipes-devtools/prelink/prelink_git.bb | |||
@@ -8,7 +8,7 @@ and executables, so that far fewer relocations need to be resolved at \ | |||
8 | runtime and thus programs come up faster." | 8 | runtime and thus programs come up faster." |
9 | LICENSE = "GPLv2" | 9 | LICENSE = "GPLv2" |
10 | LIC_FILES_CHKSUM = "file://COPYING;md5=c93c0550bd3173f4504b2cbd8991e50b" | 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=c93c0550bd3173f4504b2cbd8991e50b" |
11 | SRCREV = "faa069deec99bf61418d0bab831c83d7c1b797ca" | 11 | SRCREV = "40327fb99654e96db6ef15e2f2d5ef140ac3e998" |
12 | PV = "1.0+git${SRCPV}" | 12 | PV = "1.0+git${SRCPV}" |
13 | 13 | ||
14 | # | 14 | # |