From: Matthew McClintock Date: Mon, 31 Oct 2011 16:26:43 +0000 (-0500) Subject: Add new strace-graph package to avoid making perl a dependecy for all of strace X-Git-Tag: yocto-4.0~39346 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=289bae7d3722dd00385d198797e5a5c2ae0a9fab;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git Add new strace-graph package to avoid making perl a dependecy for all of strace Signed-off-by: Matthew McClintock Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/strace/strace_4.5.20.bb b/meta/recipes-devtools/strace/strace_4.5.20.bb index b3d2aa53ef6..53df0670714 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 \