summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/strace
diff options
context:
space:
mode:
authorMatthew McClintock <msm@freescale.com>2011-10-31 11:26:43 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-10-31 21:54:50 +0000
commit289bae7d3722dd00385d198797e5a5c2ae0a9fab (patch)
tree9cb755b9ee468d70e426842b6045a7fa3eefb691 /meta/recipes-devtools/strace
parent4bde680a97e954bb53df63090dcc2a0a9d488292 (diff)
downloadopenembedded-core-289bae7d3722dd00385d198797e5a5c2ae0a9fab.tar.gz
Add new strace-graph package to avoid making perl a dependecy for all of strace
Signed-off-by: Matthew McClintock <msm@freescale.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.5.20.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-devtools/strace/strace_4.5.20.bb b/meta/recipes-devtools/strace/strace_4.5.20.bb
index b3d2aa53ef..53df067071 100644
--- a/meta/recipes-devtools/strace/strace_4.5.20.bb
+++ b/meta/recipes-devtools/strace/strace_4.5.20.bb
@@ -5,7 +5,9 @@ LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=4535377ede62550fdeaf39f595fd550a"
PR = "r2"
-RDEPENDS = "perl"
+PACKAGES =+ "${PN}-graph "
+FILES_${PN}-graph = "${bindir}/strace-graph"
+RDEPENDS_${PN}-graph = "perl"
SRC_URI = "${SOURCEFORGE_MIRROR}/strace/strace-${PV}.tar.bz2 \
file://sigmask.patch \