summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-devtools/strace/strace-4.6/sigmask.patch (renamed from meta/recipes-devtools/strace/strace-4.5.20/sigmask.patch)0
-rw-r--r--meta/recipes-devtools/strace/strace_4.6.bb (renamed from meta/recipes-devtools/strace/strace_4.5.20.bb)8
2 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-devtools/strace/strace-4.5.20/sigmask.patch b/meta/recipes-devtools/strace/strace-4.6/sigmask.patch
index 99962af48a..99962af48a 100644
--- a/meta/recipes-devtools/strace/strace-4.5.20/sigmask.patch
+++ b/meta/recipes-devtools/strace/strace-4.6/sigmask.patch
diff --git a/meta/recipes-devtools/strace/strace_4.5.20.bb b/meta/recipes-devtools/strace/strace_4.6.bb
index 53df067071..05f6d9508a 100644
--- a/meta/recipes-devtools/strace/strace_4.5.20.bb
+++ b/meta/recipes-devtools/strace/strace_4.6.bb
@@ -3,18 +3,18 @@ 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 = "r2" 6PR = "r0"
7 7
8PACKAGES =+ "${PN}-graph " 8PACKAGES =+ "${PN}-graph "
9FILES_${PN}-graph = "${bindir}/strace-graph" 9FILES_${PN}-graph = "${bindir}/strace-graph"
10RDEPENDS_${PN}-graph = "perl" 10RDEPENDS_${PN}-graph = "perl"
11 11
12SRC_URI = "${SOURCEFORGE_MIRROR}/strace/strace-${PV}.tar.bz2 \ 12SRC_URI = "${SOURCEFORGE_MIRROR}/strace/strace-${PV}.tar.xz \
13 file://sigmask.patch \ 13 file://sigmask.patch \
14 " 14 "
15 15
16SRC_URI[md5sum] = "64dfe10d9db0c1e34030891695ffca4b" 16SRC_URI[md5sum] = "e537b2b1afeec70c0e6e27a0d0fd671e"
17SRC_URI[sha256sum] = "ea8c059369eaa5ad90b246f34eab247d0ee48bfdee2670c7196320a4669ccabd" 17SRC_URI[sha256sum] = "9ef9aa41b6118578e33ef4833b8a04209d6cc062546c28efd715f283b172c28a"
18inherit autotools 18inherit autotools
19 19
20export INCLUDES = "-I. -I./linux" 20export INCLUDES = "-I. -I./linux"