mirror of
https://git.yoctoproject.org/poky
synced 2026-02-27 11:59:40 +01:00
This patch fixes two build issues seen with strace one in general with eglibc 2.16 and another with x32 abi (From OE-Core rev: 2ed0011adc1642e0fbb6bfe1d7ae6b70ce7dfedb) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
24 lines
705 B
BlitzBasic
24 lines
705 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=124500c21e856f0912df29295ba104c7"
|
|
PR = "r1"
|
|
|
|
PACKAGES =+ "${PN}-graph "
|
|
FILES_${PN}-graph = "${bindir}/strace-graph"
|
|
RDEPENDS_${PN}-graph = "perl"
|
|
|
|
SRC_URI = "${SOURCEFORGE_MIRROR}/strace/strace-${PV}.tar.xz \
|
|
file://strace-eglibc-2.16.patch \
|
|
file://strace-x32.patch \
|
|
"
|
|
|
|
SRC_URI[md5sum] = "6054c3880a00c6703f83b57f15e04642"
|
|
SRC_URI[sha256sum] = "c49cd98873c119c5f201356200a9b9687da1ceea83a05047e2ae0a7ac1e41195"
|
|
inherit autotools
|
|
|
|
export INCLUDES = "-I. -I./linux"
|
|
|
|
BBCLASSEXTEND = "native"
|