mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 05:29:32 +00:00
Add newer strace package
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3615 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
DESCRIPTION = "strace is a system call tracing tool."
|
||||
SECTION = "console/utils"
|
||||
LICENSE = "GPL"
|
||||
|
||||
SRC_URI = "${SOURCEFORGE_MIRROR}/strace/strace-${PV}.tar.bz2 \
|
||||
file://strace-fix-arm-bad-syscall.patch;patch=1 \
|
||||
file://strace-undef-syscall.patch;patch=1"
|
||||
# TODO file://sh-arch-update.patch;patch=1 \
|
||||
# TODO file://sh-syscall-update.patch;patch=1 \
|
||||
|
||||
inherit autotools
|
||||
|
||||
export INCLUDES = "-I. -I./linux"
|
||||
Reference in New Issue
Block a user