| Submitter | Marko Lindqvist |
|---|---|
| Date | Jan. 6, 2013, 8:59 p.m. |
| Message ID | <1357505990-3365-2-git-send-email-cazfi74@gmail.com> |
| Download | mbox | patch |
| Permalink | /patch/42105/ |
| State | Accepted |
| Commit | 3d8f35a121d54b7a1b825b266a553752e22bf708 |
| Headers | show |
Comments
On 1/6/13 2:59 PM, Marko Lindqvist wrote: > Compatible with automake-1.13. > > Signed-off-by: Marko Lindqvist <cazfi74@gmail.com> Signed-off-by: Mark Hatle <mark.hatle@windriver.com> > --- > meta/recipes-devtools/prelink/prelink_git.bb | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/meta/recipes-devtools/prelink/prelink_git.bb b/meta/recipes-devtools/prelink/prelink_git.bb > index 610302e..ae9931f 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 = "a2d8e30942bd4bc0a5c852b9d9d12f8684c4bb8d" > +SRCREV = "4e313edb125db215d4c456ce62c74ee16841a365" > PV = "1.0+git${SRCPV}" > -PR = "r10" > +PR = "r0" > > # > # The cron script attempts to re-prelink the system daily -- on >
Patch
diff --git a/meta/recipes-devtools/prelink/prelink_git.bb b/meta/recipes-devtools/prelink/prelink_git.bb index 610302e..ae9931f 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 = "a2d8e30942bd4bc0a5c852b9d9d12f8684c4bb8d" +SRCREV = "4e313edb125db215d4c456ce62c74ee16841a365" PV = "1.0+git${SRCPV}" -PR = "r10" +PR = "r0" # # The cron script attempts to re-prelink the system daily -- on
Compatible with automake-1.13. Signed-off-by: Marko Lindqvist <cazfi74@gmail.com> --- meta/recipes-devtools/prelink/prelink_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)