summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-devtools/strace/strace_4.7.bb11
1 files changed, 6 insertions, 5 deletions
diff --git a/meta/recipes-devtools/strace/strace_4.7.bb b/meta/recipes-devtools/strace/strace_4.7.bb
index 21dd47a811..e1a5e828ed 100644
--- a/meta/recipes-devtools/strace/strace_4.7.bb
+++ b/meta/recipes-devtools/strace/strace_4.7.bb
@@ -3,11 +3,7 @@ HOMEPAGE = "http://strace.sourceforge.net"
3SECTION = "console/utils" 3SECTION = "console/utils"
4LICENSE = "BSD" 4LICENSE = "BSD"
5LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=124500c21e856f0912df29295ba104c7" 5LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=124500c21e856f0912df29295ba104c7"
6PR = "r1" 6PR = "r2"
7
8PACKAGES =+ "${PN}-graph "
9FILES_${PN}-graph = "${bindir}/strace-graph"
10RDEPENDS_${PN}-graph = "perl"
11 7
12SRC_URI = "${SOURCEFORGE_MIRROR}/strace/strace-${PV}.tar.xz \ 8SRC_URI = "${SOURCEFORGE_MIRROR}/strace/strace-${PV}.tar.xz \
13 file://strace-eglibc-2.16.patch \ 9 file://strace-eglibc-2.16.patch \
@@ -20,4 +16,9 @@ inherit autotools
20 16
21export INCLUDES = "-I. -I./linux" 17export INCLUDES = "-I. -I./linux"
22 18
19do_install_append() {
20 # We don't ship strace-graph here because it needs perl
21 rm ${D}${bindir}/strace-graph
22}
23
23BBCLASSEXTEND = "native" 24BBCLASSEXTEND = "native"