]> code.ossystems Code Review - openembedded-core.git/commit
strace: fix ARCH definition in tests/Makefile
authorAndre McCurdy <armccurdy@gmail.com>
Mon, 18 Jan 2016 21:33:51 +0000 (13:33 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 20 Jan 2016 09:20:05 +0000 (09:20 +0000)
commitb4bdbdd65dd9768209f453f1c2eacf1f7f78a998
tree2707415fcd53491b675a950b228142e6f914761f
parent76583aa38ca0576306ce01b79167d63c18c5d135
strace: fix ARCH definition in tests/Makefile

TARGET_ARCH doesn't map to strace's ARCH variable, so we can't assign
one from the other. Forcing the incorrect value via the make command
line doesn't cause any problems with strace v4.10, but it will do for
strace v4.11.

Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-devtools/strace/strace/define-OS-ARCH-in-tests-Makefile-am.patch [new file with mode: 0644]
meta/recipes-devtools/strace/strace_4.10.bb