[OE-core] [PATCH v2 0/5] strace: update 4.10 -> 4.11

Andre McCurdy armccurdy at gmail.com
Mon Jan 18 21:33:47 UTC 2016


v2: add mpers.m4 patch to fix x86-64 build failures.

Andre McCurdy (5):
  strace: drop unnecessary dependency on acl
  strace: fix --disable-aio configure option
  strace: remove need for git-version-gen script
  strace: fix ARCH definition in tests/Makefile
  strace: update 4.10 -> 4.11

 .../0001-Add-linux-aarch64-arch_regs.h.patch       |  25 ---
 .../Include-linux-ioctl.h-for-_IOC_-macros.patch   |  69 -------
 .../strace/Include-sys-stat.h-for-S_I-macros.patch |  52 -----
 .../strace/strace/Makefile-ptest.patch             |  18 +-
 .../strace/strace/disable-git-version-gen.patch    |  20 ++
 .../recipes-devtools/strace/strace/git-version-gen | 225 ---------------------
 ...-robust-test-for-m32-mx32-compile-support.patch |  46 +++++
 .../strace/strace-add-configure-options.patch      |  57 ------
 .../strace/strace/update-gawk-paths.patch          | 118 +++++++++++
 .../strace/{strace_4.10.bb => strace_4.11.bb}      |  26 +--
 10 files changed, 202 insertions(+), 454 deletions(-)
 delete mode 100644 meta/recipes-devtools/strace/strace/0001-Add-linux-aarch64-arch_regs.h.patch
 delete mode 100644 meta/recipes-devtools/strace/strace/Include-linux-ioctl.h-for-_IOC_-macros.patch
 delete mode 100644 meta/recipes-devtools/strace/strace/Include-sys-stat.h-for-S_I-macros.patch
 create mode 100644 meta/recipes-devtools/strace/strace/disable-git-version-gen.patch
 delete mode 100755 meta/recipes-devtools/strace/strace/git-version-gen
 create mode 100644 meta/recipes-devtools/strace/strace/more-robust-test-for-m32-mx32-compile-support.patch
 delete mode 100644 meta/recipes-devtools/strace/strace/strace-add-configure-options.patch
 create mode 100644 meta/recipes-devtools/strace/strace/update-gawk-paths.patch
 rename meta/recipes-devtools/strace/{strace_4.10.bb => strace_4.11.bb} (51%)

-- 
1.9.1




More information about the Openembedded-core mailing list