diff options
author | Nathan Rossi <nathan@nathanrossi.com> | 2017-12-06 19:40:22 +1000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-12-18 18:03:57 +0000 |
commit | 76da3ebb9d78f7c02d19f8b9b776d6ea07e8596b (patch) | |
tree | a5ea7d832b4430930bd0455c6c27a145daed1cae /meta | |
parent | 2e7840ca6f00fadc7e97ea1731bc03b50a5361ca (diff) | |
download | poky-76da3ebb9d78f7c02d19f8b9b776d6ea07e8596b.tar.gz |
prelink_git.bb: Update recipe to newest commit
Update prelink to the newest commit on the cross_prelink ref. This
includes the following changes:
05aeafd053 Disable automatic generation of prelink.pdf
aa2985eefa src/rtld: Add MicroBlaze support based on glibc-2.24
62f80843f8 README: update information on reloc8/reloc9 failures
The primary purpose of this update is to enable the added MicroBlaze
rtld support so as to enable gobject-introspection for MicroBlaze.
(From OE-Core rev: 8cab8f79b73e72256a2d7940f4973ebfd36e232b)
Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/prelink/prelink_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/prelink/prelink_git.bb b/meta/recipes-devtools/prelink/prelink_git.bb index cc93bcc384..0f6d16e005 100644 --- a/meta/recipes-devtools/prelink/prelink_git.bb +++ b/meta/recipes-devtools/prelink/prelink_git.bb | |||
@@ -9,7 +9,7 @@ and executables, so that far fewer relocations need to be resolved at \ | |||
9 | runtime and thus programs come up faster." | 9 | runtime and thus programs come up faster." |
10 | LICENSE = "GPLv2" | 10 | LICENSE = "GPLv2" |
11 | LIC_FILES_CHKSUM = "file://COPYING;md5=c93c0550bd3173f4504b2cbd8991e50b" | 11 | LIC_FILES_CHKSUM = "file://COPYING;md5=c93c0550bd3173f4504b2cbd8991e50b" |
12 | SRCREV = "ef20628dd78b92e1a3123afc67b64cf010bdd9e4" | 12 | SRCREV = "05aeafd053e56356ec8c62f4bb8f7b95bae192f3" |
13 | PV = "1.0+git${SRCPV}" | 13 | PV = "1.0+git${SRCPV}" |
14 | 14 | ||
15 | # | 15 | # |