diff options
author | Mark Hatle <mark.hatle@windriver.com> | 2013-08-14 15:34:48 -0500 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2013-08-20 07:09:05 -0700 |
commit | b59d256349cc0ac19357158be8e63bd52ab9fb51 (patch) | |
tree | 3555636badc852e4f6ca2d1641020ac1f1dc356e /meta/recipes-devtools | |
parent | 9b5572b8014f23747f18a7e0ca30c7094c524920 (diff) | |
download | openembedded-core-b59d256349cc0ac19357158be8e63bd52ab9fb51.tar.gz openembedded-core-b59d256349cc0ac19357158be8e63bd52ab9fb51.tar.bz2 openembedded-core-b59d256349cc0ac19357158be8e63bd52ab9fb51.zip |
prelink: update to latest cross-prelink
Sync to latest cross-prelink, as of Aug 1, 2013.
Drop the PR number, no longer needed.
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-devtools')
-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 \ 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 |