diff options
author | Andre McCurdy <armccurdy@gmail.com> | 2016-01-18 13:33:50 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-01-20 17:07:16 +0000 |
commit | 2408149f9175164ec1c7f782ea198fbb1aa74119 (patch) | |
tree | e857b4e0119c83cd5d949255f07ba9d5417c62d8 /meta/recipes-devtools/strace/strace_4.10.bb | |
parent | 9ca6a5f874655111b900a9aa1165bf744c524e6f (diff) | |
download | poky-2408149f9175164ec1c7f782ea198fbb1aa74119.tar.gz |
strace: remove need for git-version-gen script
The git-version-gen isn't really needed in order to determine the
version of tarball releases, so avoid the need to provide our own
copy.
(From OE-Core rev: 76583aa38ca0576306ce01b79167d63c18c5d135)
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>
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 | 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 |