summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/strace/strace_4.10.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen.kooi@linaro.org>2015-04-15 14:32:37 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-04-19 13:34:42 +0100
commitbb9b0e3fdb43aaea04ce7246296f8ad781abdbaf (patch)
tree9466deb197150c64be47b46fe1eabefe891c1555 /meta/recipes-devtools/strace/strace_4.10.bb
parentf40a2d61c846c6c9e7fc7456ad6f5d89621a1e61 (diff)
downloadpoky-bb9b0e3fdb43aaea04ce7246296f8ad781abdbaf.tar.gz
strace: fix build for aarch64
Upstream added aarch64 support but forgot to update 'make dist' leading to missing files in the tarball. (From OE-Core rev: a40309f284805e8cda024f7299a676cfdf8f97a5) Signed-off-by: Koen Kooi <koen.kooi@linaro.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/strace/strace_4.10.bb')
-rw-r--r--meta/recipes-devtools/strace/strace_4.10.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/strace/strace_4.10.bb b/meta/recipes-devtools/strace/strace_4.10.bb
index 416c38756a..707cb765c9 100644
--- a/meta/recipes-devtools/strace/strace_4.10.bb
+++ b/meta/recipes-devtools/strace/strace_4.10.bb
@@ -5,6 +5,7 @@ LICENSE = "BSD"
5LIC_FILES_CHKSUM = "file://COPYING;md5=124500c21e856f0912df29295ba104c7" 5LIC_FILES_CHKSUM = "file://COPYING;md5=124500c21e856f0912df29295ba104c7"
6 6
7SRC_URI = "${SOURCEFORGE_MIRROR}/strace/strace-${PV}.tar.xz \ 7SRC_URI = "${SOURCEFORGE_MIRROR}/strace/strace-${PV}.tar.xz \
8 file://0001-Add-linux-aarch64-arch_regs.h.patch \
8 file://git-version-gen \ 9 file://git-version-gen \
9 file://strace-add-configure-options.patch \ 10 file://strace-add-configure-options.patch \
10 file://Makefile-ptest.patch \ 11 file://Makefile-ptest.patch \