| Submitter | Saul Wold |
|---|---|
| Date | Sept. 15, 2011, 3:14 a.m. |
| Message ID | <db38e3cf1083f32bbad5b8e7406c9a97ad0c4bf5.1316056194.git.sgw@linux.intel.com> |
| Download | mbox | patch |
| Permalink | /patch/11429/ |
| State | New, archived |
| Headers | show |
Comments
Patch
diff --git a/meta/recipes-devtools/prelink/prelink_git.bb b/meta/recipes-devtools/prelink/prelink_git.bb index 1565ca6..af6de8e 100644 --- a/meta/recipes-devtools/prelink/prelink_git.bb +++ b/meta/recipes-devtools/prelink/prelink_git.bb @@ -8,9 +8,9 @@ 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 = "964f6eba613bf1c791a2a0b858cd044f05e2f151" +SRCREV = "3e3f9b0876aa5ac83a783a95b8bab52cb38ed785" PV = "1.0+git${SRCPV}" -PR = "r6" +PR = "r7" # # The cron script attempts to re-prelink the system daily -- on