mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 21:09:03 +02:00
strace: Upgrade 5.12 -> 5.13
This includes changes to work with glibc 2.34. (From OE-Core rev: 58cdb3ff8689c5e87769eb53d154a395492cdeb5) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
5f3d28c2a2
commit
bc01962bb8
|
@ -1,4 +1,4 @@
|
||||||
From 205e7661822987825c7149ada4eefdc5368828ce Mon Sep 17 00:00:00 2001
|
From 1f50e0a09d828be8f5b1f28db9af0b12492a1553 Mon Sep 17 00:00:00 2001
|
||||||
From: Gabriel Barbu <gabriel.barbu@enea.com>
|
From: Gabriel Barbu <gabriel.barbu@enea.com>
|
||||||
Date: Thu, 25 Jul 2013 15:28:33 +0200
|
Date: Thu, 25 Jul 2013 15:28:33 +0200
|
||||||
Subject: [PATCH] strace: Add ptest
|
Subject: [PATCH] strace: Add ptest
|
||||||
|
@ -14,7 +14,7 @@ Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
|
||||||
1 file changed, 20 insertions(+)
|
1 file changed, 20 insertions(+)
|
||||||
|
|
||||||
diff --git a/tests/Makefile.am b/tests/Makefile.am
|
diff --git a/tests/Makefile.am b/tests/Makefile.am
|
||||||
index b8efce8..fa9a1af 100644
|
index 55566ee..a7ae6f9 100644
|
||||||
--- a/tests/Makefile.am
|
--- a/tests/Makefile.am
|
||||||
+++ b/tests/Makefile.am
|
+++ b/tests/Makefile.am
|
||||||
@@ -16,6 +16,7 @@ SIZEOF_LONG = @SIZEOF_LONG@
|
@@ -16,6 +16,7 @@ SIZEOF_LONG = @SIZEOF_LONG@
|
||||||
|
@ -23,9 +23,9 @@ index b8efce8..fa9a1af 100644
|
||||||
ARCH_MFLAGS =
|
ARCH_MFLAGS =
|
||||||
+TEST_SUITE_LOG = test-suite.log
|
+TEST_SUITE_LOG = test-suite.log
|
||||||
AM_CFLAGS = $(WARN_CFLAGS)
|
AM_CFLAGS = $(WARN_CFLAGS)
|
||||||
AM_CPPFLAGS = $(ARCH_MFLAGS) \
|
bundled_CPPFLAGS =
|
||||||
-I$(builddir) \
|
if USE_BUNDLED_HEADERS
|
||||||
@@ -692,3 +693,22 @@ BUILT_SOURCES = ksysent.h
|
@@ -703,3 +704,22 @@ BUILT_SOURCES = ksysent.h
|
||||||
CLEANFILES = ksysent.h
|
CLEANFILES = ksysent.h
|
||||||
|
|
||||||
include ../src/scno.am
|
include ../src/scno.am
|
||||||
|
|
|
@ -15,7 +15,7 @@ SRC_URI = "https://strace.io/files/${PV}/strace-${PV}.tar.xz \
|
||||||
file://uintptr_t.patch \
|
file://uintptr_t.patch \
|
||||||
file://0001-strace-fix-reproducibilty-issues.patch \
|
file://0001-strace-fix-reproducibilty-issues.patch \
|
||||||
"
|
"
|
||||||
SRC_URI[sha256sum] = "29171edf9d252f89c988a4c340dfdec662f458cb8c63d85431d64bab5911e7c4"
|
SRC_URI[sha256sum] = "5acc34888b9d510ad6ac915d4a8df08f51cf1ae920ea24649f6a4bb984d0b656"
|
||||||
|
|
||||||
inherit autotools ptest
|
inherit autotools ptest
|
||||||
|
|
Loading…
Reference in New Issue
Block a user