diff options
author | Mark Hatle <mark.hatle@windriver.com> | 2014-08-13 10:04:06 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-08-15 18:21:49 +0100 |
commit | 221c11ba93b07009eddb8195ba56c58d5bb79ff0 (patch) | |
tree | e0e4649f82eda8077181a13e6282efd2af5c7ff6 /meta/recipes-devtools/prelink/prelink_git.bb | |
parent | 8e46af2c29c765c6dbb7d4fbbec29c55b872064c (diff) | |
download | poky-221c11ba93b07009eddb8195ba56c58d5bb79ff0.tar.gz |
prelink_git: Update to current head of cross-prelink development
Update to the current version of cross-prelink development:
faa069deec99bf61418d0bab831c83d7c1b797ca
This adds a number of minor features, such as S390 support (irrelevant)
to ARM TLS DESC relocations.
(From OE-Core rev: e87a56bbdfbae56bc027ab66b350cc8fa7b65810)
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 3288822102..56781a4091 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 = "6822ec76aa95f278195aeae59d4868ef224d7e4d" | 11 | SRCREV = "faa069deec99bf61418d0bab831c83d7c1b797ca" |
12 | PV = "1.0+git${SRCPV}" | 12 | PV = "1.0+git${SRCPV}" |
13 | 13 | ||
14 | # | 14 | # |