summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/strace
diff options
context:
space:
mode:
authorShane Wang <shane.wang@intel.com>2012-01-22 17:19:29 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-01-24 11:54:25 +0000
commit87b3c3f81344a9d54f94a5e4b8e13b8b384dea1f (patch)
treeaad59429f172f4174fc149ad78d450255e6b3585 /meta/recipes-devtools/strace
parent27aec8bef61afdcd53b497709dd53bba8224eae3 (diff)
downloadast2050-yocto-poky-87b3c3f81344a9d54f94a5e4b8e13b8b384dea1f.zip
ast2050-yocto-poky-87b3c3f81344a9d54f94a5e4b8e13b8b384dea1f.tar.gz
strace: upgrade to 4.6
(From OE-Core rev: 2b81cf3d76241572c299a0a58a3d0ca022bef9a0) Signed-off-by: Shane Wang <shane.wang@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/strace')
-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 99962af..99962af 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 53df067..05f6d95 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"
SECTION = "console/utils"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=4535377ede62550fdeaf39f595fd550a"
-PR = "r2"
+PR = "r0"
PACKAGES =+ "${PN}-graph "
FILES_${PN}-graph = "${bindir}/strace-graph"
RDEPENDS_${PN}-graph = "perl"
-SRC_URI = "${SOURCEFORGE_MIRROR}/strace/strace-${PV}.tar.bz2 \
+SRC_URI = "${SOURCEFORGE_MIRROR}/strace/strace-${PV}.tar.xz \
file://sigmask.patch \
"
-SRC_URI[md5sum] = "64dfe10d9db0c1e34030891695ffca4b"
-SRC_URI[sha256sum] = "ea8c059369eaa5ad90b246f34eab247d0ee48bfdee2670c7196320a4669ccabd"
+SRC_URI[md5sum] = "e537b2b1afeec70c0e6e27a0d0fd671e"
+SRC_URI[sha256sum] = "9ef9aa41b6118578e33ef4833b8a04209d6cc062546c28efd715f283b172c28a"
inherit autotools
export INCLUDES = "-I. -I./linux"
OpenPOWER on IntegriCloud