summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/strace/strace_4.6.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/strace/strace_4.6.bb')
-rw-r--r--meta/recipes-devtools/strace/strace_4.6.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-devtools/strace/strace_4.6.bb b/meta/recipes-devtools/strace/strace_4.6.bb
index 05f6d9508a..1275bc1d31 100644
--- a/meta/recipes-devtools/strace/strace_4.6.bb
+++ b/meta/recipes-devtools/strace/strace_4.6.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "http://strace.sourceforge.net"
3SECTION = "console/utils" 3SECTION = "console/utils"
4LICENSE = "BSD" 4LICENSE = "BSD"
5LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=4535377ede62550fdeaf39f595fd550a" 5LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=4535377ede62550fdeaf39f595fd550a"
6PR = "r0" 6PR = "r1"
7 7
8PACKAGES =+ "${PN}-graph " 8PACKAGES =+ "${PN}-graph "
9FILES_${PN}-graph = "${bindir}/strace-graph" 9FILES_${PN}-graph = "${bindir}/strace-graph"
@@ -11,6 +11,7 @@ RDEPENDS_${PN}-graph = "perl"
11 11
12SRC_URI = "${SOURCEFORGE_MIRROR}/strace/strace-${PV}.tar.xz \ 12SRC_URI = "${SOURCEFORGE_MIRROR}/strace/strace-${PV}.tar.xz \
13 file://sigmask.patch \ 13 file://sigmask.patch \
14 file://strace-4.6_add_x32_support.patch \
14 " 15 "
15 16
16SRC_URI[md5sum] = "e537b2b1afeec70c0e6e27a0d0fd671e" 17SRC_URI[md5sum] = "e537b2b1afeec70c0e6e27a0d0fd671e"