Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/1] Update cross prelinker
@ 2012-01-13 17:52 Mark Hatle
  2012-01-13 17:53 ` [PATCH 1/1] prelink: Update to latest version Mark Hatle
  2012-01-17 20:11 ` [PATCH 0/1] Update cross prelinker Saul Wold
  0 siblings, 2 replies; 3+ messages in thread
From: Mark Hatle @ 2012-01-13 17:52 UTC (permalink / raw)
  To: openembedded-core

Update the cross prelinker to fix a MIPS issue.

The following changes since commit 9b446e954b55e7d42c39ff87a42564a48786b60e:

  prelink: Update to latest version (2012-01-13 11:47:01 -0600)

are available in the git repository at:
  git://git.pokylinux.org/poky-contrib.git mhatle/prelink
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=mhatle/prelink

Mark Hatle (1):
  prelink: Update to latest version

 .../conf/distro/include/distro_tracking_fields.inc |    6 +++---
 meta/recipes-devtools/prelink/prelink_git.bb       |    4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

-- 
1.7.3.4




^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH 1/1] prelink: Update to latest version
  2012-01-13 17:52 [PATCH 0/1] Update cross prelinker Mark Hatle
@ 2012-01-13 17:53 ` Mark Hatle
  2012-01-17 20:11 ` [PATCH 0/1] Update cross prelinker Saul Wold
  1 sibling, 0 replies; 3+ messages in thread
From: Mark Hatle @ 2012-01-13 17:53 UTC (permalink / raw)
  To: openembedded-core

The latest version of prelink corrects a problem when attempting
to prelink MIPS architectures.

    2012-01-04 Mark Hatle <mark.hatle@windriver.com>
      * exec.c: Check that a section is larger then 0 bytes when
        determining the section to segment mapping. This matches
        the behavior of elfutils - readelf. Otherwise an empty
        PROGBITS section at the end of a segment will cause a
        failure.

[YOCTO #1463]

Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
---
 .../conf/distro/include/distro_tracking_fields.inc |    6 +++---
 meta/recipes-devtools/prelink/prelink_git.bb       |    4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/meta/conf/distro/include/distro_tracking_fields.inc b/meta/conf/distro/include/distro_tracking_fields.inc
index 14eff32..75896f6 100644
--- a/meta/conf/distro/include/distro_tracking_fields.inc
+++ b/meta/conf/distro/include/distro_tracking_fields.inc
@@ -3093,9 +3093,9 @@ RECIPE_MANUAL_CHECK_DATE_pn-perl = "Nov 16, 2011"
 RECIPE_MAINTAINER_pn-perl = "Nitin A Kamble <nitin.a.kamble@intel.com>"
 
 RECIPE_STATUS_pn-prelink="green" 
-RECIPE_LATEST_VERSION_pn-prelink="1.0+git0+0xbb1b660c5e3859b6c5a2ac8d739713e9989a4dd7"
-RECIPE_LAST_UPDATE_pn-prelink = "Dec 15, 2011"
-RECIPE_MANUAL_CHECK_DATE_pn-prelink = "Dec 15, 2011"
+RECIPE_LATEST_VERSION_pn-prelink="1.0+git0+0x7b47f2f8a15ed13b7905bc120bb2586f3e164f7d"
+RECIPE_LAST_UPDATE_pn-prelink = "Jan 13, 2012"
+RECIPE_MANUAL_CHECK_DATE_pn-prelink = "Jan 13, 2012"
 RECIPE_MAINTAINER_pn-prelink = "Mark Hatle <mark.hatle@windriver.com>"
 
 RECIPE_STATUS_pn-python-dbus="green" 
diff --git a/meta/recipes-devtools/prelink/prelink_git.bb b/meta/recipes-devtools/prelink/prelink_git.bb
index 17141e9..c94bdf5 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 = "bb1b660c5e3859b6c5a2ac8d739713e9989a4dd7"
+SRCREV = "7b47f2f8a15ed13b7905bc120bb2586f3e164f7d"
 PV = "1.0+git${SRCPV}"
-PR = "r8"
+PR = "r9"
 
 #
 # The cron script attempts to re-prelink the system daily -- on
-- 
1.7.3.4




^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH 0/1] Update cross prelinker
  2012-01-13 17:52 [PATCH 0/1] Update cross prelinker Mark Hatle
  2012-01-13 17:53 ` [PATCH 1/1] prelink: Update to latest version Mark Hatle
@ 2012-01-17 20:11 ` Saul Wold
  1 sibling, 0 replies; 3+ messages in thread
From: Saul Wold @ 2012-01-17 20:11 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

On 01/13/2012 09:52 AM, Mark Hatle wrote:
> Update the cross prelinker to fix a MIPS issue.
>
> The following changes since commit 9b446e954b55e7d42c39ff87a42564a48786b60e:
>
>    prelink: Update to latest version (2012-01-13 11:47:01 -0600)
>
> are available in the git repository at:
>    git://git.pokylinux.org/poky-contrib.git mhatle/prelink
>    http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=mhatle/prelink
>
> Mark Hatle (1):
>    prelink: Update to latest version
>
>   .../conf/distro/include/distro_tracking_fields.inc |    6 +++---
>   meta/recipes-devtools/prelink/prelink_git.bb       |    4 ++--
>   2 files changed, 5 insertions(+), 5 deletions(-)
>
Merged into OE-Core

Thanks
	Sau!



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-01-17 20:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-13 17:52 [PATCH 0/1] Update cross prelinker Mark Hatle
2012-01-13 17:53 ` [PATCH 1/1] prelink: Update to latest version Mark Hatle
2012-01-17 20:11 ` [PATCH 0/1] Update cross prelinker Saul Wold

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox