mirror of
https://git.yoctoproject.org/poky
synced 2026-09-13 18:49:33 +02:00
strace: fix kernel release string parsing
* Strace just aborts with two-digit kernel versions (e.g. 3.0-foo). Backport a patch from strace Git. (From OE-Core rev: bff8456be448f0ae7ddae917ed3e9893f056376d) Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
bdd6d457a1
commit
1905f253d2
@@ -3,7 +3,7 @@ HOMEPAGE = "http://strace.sourceforge.net"
|
||||
SECTION = "console/utils"
|
||||
LICENSE = "BSD"
|
||||
LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=124500c21e856f0912df29295ba104c7"
|
||||
PR = "r3"
|
||||
PR = "r4"
|
||||
|
||||
SRC_URI = "${SOURCEFORGE_MIRROR}/strace/strace-${PV}.tar.xz \
|
||||
file://0003-util-fix-building-when-glibc-has-a-stub-process_vm_r.patch \
|
||||
@@ -17,6 +17,7 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/strace/strace-${PV}.tar.xz \
|
||||
file://0029-Filter-out-redundant-32-ioctl-entries.patch \
|
||||
file://0030-Move-asm-generic-ioctl-definitions-to-linux-ioctlent.patch \
|
||||
file://0031-Add-support-for-tracing-32-bit-ARM-EABI-binaries-on-.patch \
|
||||
file://0032-Fix-kernel-release-string-parsing.patch \
|
||||
"
|
||||
|
||||
SRC_URI[md5sum] = "6054c3880a00c6703f83b57f15e04642"
|
||||
|
||||
Reference in New Issue
Block a user