mirror of
https://git.yoctoproject.org/poky
synced 2026-04-10 05:02:22 +02:00
Add new strace-graph package to avoid making perl a dependecy for all of strace
(From OE-Core rev: 289bae7d3722dd00385d198797e5a5c2ae0a9fab) Signed-off-by: Matthew McClintock <msm@freescale.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
93d7624cdf
commit
43d86cd9af
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user