diff options
author | Mark Hatle <mark.hatle@windriver.com> | 2013-08-14 15:34:48 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-08-20 15:31:23 +0100 |
commit | 29361cd7e580038ac85eaa2818954f0a1b8d27c4 (patch) | |
tree | f7973973e71108b67a9750d360c983116c499503 /meta/recipes-devtools/prelink | |
parent | c25fa77a4a123e2c7f4688b10a0cebfde8601dbd (diff) | |
download | poky-29361cd7e580038ac85eaa2818954f0a1b8d27c4.tar.gz |
prelink: update to latest cross-prelink
Sync to latest cross-prelink, as of Aug 1, 2013.
Drop the PR number, no longer needed.
(From OE-Core rev: b59d256349cc0ac19357158be8e63bd52ab9fb51)
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/prelink')
-rw-r--r-- | meta/recipes-devtools/prelink/prelink_git.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/recipes-devtools/prelink/prelink_git.bb b/meta/recipes-devtools/prelink/prelink_git.bb index ae9931f83b..8c55b91481 100644 --- a/meta/recipes-devtools/prelink/prelink_git.bb +++ b/meta/recipes-devtools/prelink/prelink_git.bb | |||
@@ -8,9 +8,8 @@ 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 = "4e313edb125db215d4c456ce62c74ee16841a365" | 11 | SRCREV = "6822ec76aa95f278195aeae59d4868ef224d7e4d" |
12 | PV = "1.0+git${SRCPV}" | 12 | PV = "1.0+git${SRCPV}" |
13 | PR = "r0" | ||
14 | 13 | ||
15 | # | 14 | # |
16 | # The cron script attempts to re-prelink the system daily -- on | 15 | # The cron script attempts to re-prelink the system daily -- on |