]> code.ossystems Code Review - openembedded-core.git/commit
binutils: fix AR issue when opkg is unpacking IPKs containing empty entries
authorChristophe Chapuis <chris.chapuis@gmail.com>
Sun, 31 Jul 2016 18:52:41 +0000 (18:52 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 6 Oct 2016 13:09:32 +0000 (14:09 +0100)
commita8f44dff13481feaa97e494a3aeafb5b63d40f3f
tree27ff7e9f97f16dae95744aa8398e00f5e5b18a99
parent744eb37c8abf4c30a0c462580541bf195a987a56
binutils: fix AR issue when opkg is unpacking IPKs containing empty entries

* this patch is backported from 2.26.1 which is already in oe-core/master
  since this patch:
  commit 37e8b6ecf9f9163d7b5b3becdc2feba57df4838f
  Author: Khem Raj <raj.khem@gmail.com>
  Date:   Thu Jul 7 11:08:29 2016 -0700
  Subject: binutils: Upgrade to 2.26.1

  -SRCREV = "71fa566a9cf2597b60a58c1d7c148bab637454a6"
  +SRCREV = "c29838e7f484e0b5714b02e7feb9a88d3a045dd2"

* verified that the patch exists in this SRCREV range:
  ~/projects/binutils $ git log --oneline 71fa566a9cf2597b60a58c1d7c148bab637454a6..c29838e7f484e0b5714b02e7feb9a88d3a045dd2^C
  ...
  343a405 Allow zero length archive elements
  ...
  so it isn't needed in master branch

Signed-off-by: Christophe Chapuis <chris.chapuis@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
meta/recipes-devtools/binutils/binutils-2.26.inc
meta/recipes-devtools/binutils/binutils/0015-allow-zero-length-elements.patch [new file with mode: 0644]