aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/strace/strace_4.6.bb
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:23:58 +0000
commit2b81cf3d76241572c299a0a58a3d0ca022bef9a0 (patch)
tree7a6f45f7108baacfd6e4df0e11dd120e7d2e705c /meta/recipes-devtools/strace/strace_4.6.bb
parent745bdcd3421747b050493079101f6f5ba7830daf (diff)
downloadopenembedded-core-contrib-2b81cf3d76241572c299a0a58a3d0ca022bef9a0.tar.gz
strace: upgrade to 4.6
Signed-off-by: Shane Wang <shane.wang@intel.com>
Diffstat (limited to 'meta/recipes-devtools/strace/strace_4.6.bb')
-rw-r--r--meta/recipes-devtools/strace/strace_4.6.bb22
1 files changed, 22 insertions, 0 deletions
diff --git a/meta/recipes-devtools/strace/strace_4.6.bb b/meta/recipes-devtools/strace/strace_4.6.bb
new file mode 100644
index 0000000000..05f6d9508a
--- /dev/null
+++ b/meta/recipes-devtools/strace/strace_4.6.bb
@@ -0,0 +1,22 @@
+DESCRIPTION = "strace is a system call tracing tool."
+HOMEPAGE = "http://strace.sourceforge.net"
+SECTION = "console/utils"
+LICENSE = "BSD"
+LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=4535377ede62550fdeaf39f595fd550a"
+PR = "r0"
+
+PACKAGES =+ "${PN}-graph "
+FILES_${PN}-graph = "${bindir}/strace-graph"
+RDEPENDS_${PN}-graph = "perl"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/strace/strace-${PV}.tar.xz \
+ file://sigmask.patch \
+ "
+
+SRC_URI[md5sum] = "e537b2b1afeec70c0e6e27a0d0fd671e"
+SRC_URI[sha256sum] = "9ef9aa41b6118578e33ef4833b8a04209d6cc062546c28efd715f283b172c28a"
+inherit autotools
+
+export INCLUDES = "-I. -I./linux"
+
+BBCLASSEXTEND = "native"