diff options
| author | Koen Kooi <koen.kooi@linaro.org> | 2015-04-15 14:32:37 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-04-19 13:34:42 +0100 |
| commit | bb9b0e3fdb43aaea04ce7246296f8ad781abdbaf (patch) | |
| tree | 9466deb197150c64be47b46fe1eabefe891c1555 /meta/recipes-devtools/strace/strace_4.10.bb | |
| parent | f40a2d61c846c6c9e7fc7456ad6f5d89621a1e61 (diff) | |
| download | poky-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.bb | 1 |
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" | |||
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=124500c21e856f0912df29295ba104c7" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=124500c21e856f0912df29295ba104c7" |
| 6 | 6 | ||
| 7 | SRC_URI = "${SOURCEFORGE_MIRROR}/strace/strace-${PV}.tar.xz \ | 7 | SRC_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 \ |
