mirror of
https://git.yoctoproject.org/poky
synced 2026-04-23 18:32:12 +02:00
These packages need these deps for the RPM generation stage: error: Failed dependencies: | /usr/bin/python is needed by nfs-utils-1.2.3-r2.ppce5500 | /usr/bin/perl is needed by util-linux-2.19.1-r4.ppce5500 | /usr/bin/perl is needed by strace-4.5.20-r2.ppce5500 (From OE-Core rev: 9c9ea24b115a9bb87df1323b5f185ce426262aec) (From OE-Core rev: 42acc3337ef40b3ef693000c27e6efdb79e39351) Signed-off-by: Matthew McClintock <msm@freescale.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
21 lines
574 B
BlitzBasic
21 lines
574 B
BlitzBasic
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 = "r2"
|
|
|
|
RDEPENDS = "perl"
|
|
|
|
SRC_URI = "${SOURCEFORGE_MIRROR}/strace/strace-${PV}.tar.bz2 \
|
|
file://sigmask.patch \
|
|
"
|
|
|
|
SRC_URI[md5sum] = "64dfe10d9db0c1e34030891695ffca4b"
|
|
SRC_URI[sha256sum] = "ea8c059369eaa5ad90b246f34eab247d0ee48bfdee2670c7196320a4669ccabd"
|
|
inherit autotools
|
|
|
|
export INCLUDES = "-I. -I./linux"
|
|
|
|
BBCLASSEXTEND = "native"
|