diff options
Diffstat (limited to 'meta/recipes-devtools/strace/strace_4.10.bb')
-rw-r--r-- | meta/recipes-devtools/strace/strace_4.10.bb | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/meta/recipes-devtools/strace/strace_4.10.bb b/meta/recipes-devtools/strace/strace_4.10.bb index fe250b771c..0b2316b402 100644 --- a/meta/recipes-devtools/strace/strace_4.10.bb +++ b/meta/recipes-devtools/strace/strace_4.10.bb | |||
@@ -6,7 +6,7 @@ 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://0001-Add-linux-aarch64-arch_regs.h.patch \ |
9 | file://git-version-gen \ | 9 | file://disable-git-version-gen.patch \ |
10 | file://strace-add-configure-options.patch \ | 10 | file://strace-add-configure-options.patch \ |
11 | file://Makefile-ptest.patch \ | 11 | file://Makefile-ptest.patch \ |
12 | file://run-ptest \ | 12 | file://run-ptest \ |
@@ -31,10 +31,6 @@ PACKAGECONFIG[bluez] = "ac_cv_header_bluetooth_bluetooth_h=yes,ac_cv_header_blue | |||
31 | 31 | ||
32 | TESTDIR = "tests" | 32 | TESTDIR = "tests" |
33 | 33 | ||
34 | do_configure_prepend() { | ||
35 | cp ${WORKDIR}/git-version-gen ${S} | ||
36 | } | ||
37 | |||
38 | do_install_append() { | 34 | do_install_append() { |
39 | # We don't ship strace-graph here because it needs perl | 35 | # We don't ship strace-graph here because it needs perl |
40 | rm ${D}${bindir}/strace-graph | 36 | rm ${D}${bindir}/strace-graph |