diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-08-04 17:58:43 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-08-05 08:53:41 +0100 |
commit | bc01962bb869b249dce01e8f82f956316fca27f6 (patch) | |
tree | ccc1595b91fa12fcc16537bfc46c74f69d0d48ac /meta/recipes-devtools | |
parent | 5f3d28c2a27e352bdeebd572d4a8408aa8990e11 (diff) | |
download | poky-bc01962bb869b249dce01e8f82f956316fca27f6.tar.gz |
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>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/strace/strace/Makefile-ptest.patch | 10 | ||||
-rw-r--r-- | meta/recipes-devtools/strace/strace_5.13.bb (renamed from meta/recipes-devtools/strace/strace_5.12.bb) | 2 |
2 files changed, 6 insertions, 6 deletions
diff --git a/meta/recipes-devtools/strace/strace/Makefile-ptest.patch b/meta/recipes-devtools/strace/strace/Makefile-ptest.patch index 4cef0c0127..9af7737662 100644 --- a/meta/recipes-devtools/strace/strace/Makefile-ptest.patch +++ b/meta/recipes-devtools/strace/strace/Makefile-ptest.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | From 205e7661822987825c7149ada4eefdc5368828ce Mon Sep 17 00:00:00 2001 | 1 | From 1f50e0a09d828be8f5b1f28db9af0b12492a1553 Mon Sep 17 00:00:00 2001 |
2 | From: Gabriel Barbu <gabriel.barbu@enea.com> | 2 | From: Gabriel Barbu <gabriel.barbu@enea.com> |
3 | Date: Thu, 25 Jul 2013 15:28:33 +0200 | 3 | Date: Thu, 25 Jul 2013 15:28:33 +0200 |
4 | Subject: [PATCH] strace: Add ptest | 4 | Subject: [PATCH] strace: Add ptest |
@@ -14,7 +14,7 @@ Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> | |||
14 | 1 file changed, 20 insertions(+) | 14 | 1 file changed, 20 insertions(+) |
15 | 15 | ||
16 | diff --git a/tests/Makefile.am b/tests/Makefile.am | 16 | diff --git a/tests/Makefile.am b/tests/Makefile.am |
17 | index b8efce8..fa9a1af 100644 | 17 | index 55566ee..a7ae6f9 100644 |
18 | --- a/tests/Makefile.am | 18 | --- a/tests/Makefile.am |
19 | +++ b/tests/Makefile.am | 19 | +++ b/tests/Makefile.am |
20 | @@ -16,6 +16,7 @@ SIZEOF_LONG = @SIZEOF_LONG@ | 20 | @@ -16,6 +16,7 @@ SIZEOF_LONG = @SIZEOF_LONG@ |
@@ -23,9 +23,9 @@ index b8efce8..fa9a1af 100644 | |||
23 | ARCH_MFLAGS = | 23 | ARCH_MFLAGS = |
24 | +TEST_SUITE_LOG = test-suite.log | 24 | +TEST_SUITE_LOG = test-suite.log |
25 | AM_CFLAGS = $(WARN_CFLAGS) | 25 | AM_CFLAGS = $(WARN_CFLAGS) |
26 | AM_CPPFLAGS = $(ARCH_MFLAGS) \ | 26 | bundled_CPPFLAGS = |
27 | -I$(builddir) \ | 27 | if USE_BUNDLED_HEADERS |
28 | @@ -692,3 +693,22 @@ BUILT_SOURCES = ksysent.h | 28 | @@ -703,3 +704,22 @@ BUILT_SOURCES = ksysent.h |
29 | CLEANFILES = ksysent.h | 29 | CLEANFILES = ksysent.h |
30 | 30 | ||
31 | include ../src/scno.am | 31 | include ../src/scno.am |
diff --git a/meta/recipes-devtools/strace/strace_5.12.bb b/meta/recipes-devtools/strace/strace_5.13.bb index 24021f866d..7d93f2da98 100644 --- a/meta/recipes-devtools/strace/strace_5.12.bb +++ b/meta/recipes-devtools/strace/strace_5.13.bb | |||
@@ -15,7 +15,7 @@ SRC_URI = "https://strace.io/files/${PV}/strace-${PV}.tar.xz \ | |||
15 | file://uintptr_t.patch \ | 15 | file://uintptr_t.patch \ |
16 | file://0001-strace-fix-reproducibilty-issues.patch \ | 16 | file://0001-strace-fix-reproducibilty-issues.patch \ |
17 | " | 17 | " |
18 | SRC_URI[sha256sum] = "29171edf9d252f89c988a4c340dfdec662f458cb8c63d85431d64bab5911e7c4" | 18 | SRC_URI[sha256sum] = "5acc34888b9d510ad6ac915d4a8df08f51cf1ae920ea24649f6a4bb984d0b656" |
19 | 19 | ||
20 | inherit autotools ptest | 20 | inherit autotools ptest |
21 | 21 | ||