From: Mark Hatle Date: Wed, 14 Aug 2013 20:34:48 +0000 (-0500) Subject: prelink: update to latest cross-prelink X-Git-Tag: rev_ivi_2015_02_04~11426 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=59ccaf2ec53e70520412ca9949066b1239cd215b;p=scm%2Fbb%2Ftizen-distro.git 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 Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/prelink/prelink_git.bb b/meta/recipes-devtools/prelink/prelink_git.bb index ae9931f..8c55b91 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 \ runtime and thus programs come up faster." LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=c93c0550bd3173f4504b2cbd8991e50b" -SRCREV = "4e313edb125db215d4c456ce62c74ee16841a365" +SRCREV = "6822ec76aa95f278195aeae59d4868ef224d7e4d" PV = "1.0+git${SRCPV}" -PR = "r0" # # The cron script attempts to re-prelink the system daily -- on