summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2025-06-04 08:00:56 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-06-05 11:02:22 +0100
commit3d6ae7775ca2da9ad56f7792cf23977e9755eef6 (patch)
tree4c34c459d54b8fbb4ff7a7511e8a99ce680a29dc /meta
parentd67bfdfa1ab7181043f6b7b9e1f79ea0ca3a42b6 (diff)
downloadpoky-3d6ae7775ca2da9ad56f7792cf23977e9755eef6.tar.gz
strace: 6.12 -> 6.15
* Rebased Makefile-ptest.patch for 6.15 * License-Update: Update copyright year from 2024 to 2025 (From OE-Core rev: 3cb2541fa48118fb545545670dae1cd39a9e7ee3) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-devtools/strace/strace/Makefile-ptest.patch7
-rw-r--r--meta/recipes-devtools/strace/strace_6.15.bb (renamed from meta/recipes-devtools/strace/strace_6.12.bb)4
2 files changed, 6 insertions, 5 deletions
diff --git a/meta/recipes-devtools/strace/strace/Makefile-ptest.patch b/meta/recipes-devtools/strace/strace/Makefile-ptest.patch
index a78c86f6a1..9520aa8842 100644
--- a/meta/recipes-devtools/strace/strace/Makefile-ptest.patch
+++ b/meta/recipes-devtools/strace/strace/Makefile-ptest.patch
@@ -12,8 +12,9 @@ Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
12 tests/Makefile.am | 20 ++++++++++++++++++++ 12 tests/Makefile.am | 20 ++++++++++++++++++++
13 1 file changed, 20 insertions(+) 13 1 file changed, 20 insertions(+)
14 14
15
15diff --git a/tests/Makefile.am b/tests/Makefile.am 16diff --git a/tests/Makefile.am b/tests/Makefile.am
16index e1254c3..149570d 100644 17index b29471f..b8b66f0 100644
17--- a/tests/Makefile.am 18--- a/tests/Makefile.am
18+++ b/tests/Makefile.am 19+++ b/tests/Makefile.am
19@@ -18,6 +18,7 @@ SIZEOF_LONG = @SIZEOF_LONG@ 20@@ -18,6 +18,7 @@ SIZEOF_LONG = @SIZEOF_LONG@
@@ -21,10 +22,10 @@ index e1254c3..149570d 100644
21 MPERS_CC_FLAGS = 22 MPERS_CC_FLAGS =
22 ARCH_MFLAGS = 23 ARCH_MFLAGS =
23+TEST_SUITE_LOG = test-suite.log 24+TEST_SUITE_LOG = test-suite.log
24 AM_CFLAGS = $(WARN_CFLAGS) 25 AM_CFLAGS = $(WARN_CFLAGS) $(TEST_WARN_CFLAGS)
25 bundled_CPPFLAGS = 26 bundled_CPPFLAGS =
26 if USE_BUNDLED_HEADERS 27 if USE_BUNDLED_HEADERS
27@@ -903,3 +904,22 @@ BUILT_SOURCES = ksysent.h 28@@ -932,3 +933,22 @@ BUILT_SOURCES = ksysent.h
28 CLEANFILES = ksysent.h 29 CLEANFILES = ksysent.h
29 30
30 include ../src/scno.am 31 include ../src/scno.am
diff --git a/meta/recipes-devtools/strace/strace_6.12.bb b/meta/recipes-devtools/strace/strace_6.15.bb
index c16e5dc478..d8ac2a53d0 100644
--- a/meta/recipes-devtools/strace/strace_6.12.bb
+++ b/meta/recipes-devtools/strace/strace_6.15.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "http://strace.io"
3DESCRIPTION = "strace is a diagnostic, debugging and instructional userspace utility for Linux. It is used to monitor and tamper with interactions between processes and the Linux kernel, which include system calls, signal deliveries, and changes of process state." 3DESCRIPTION = "strace is a diagnostic, debugging and instructional userspace utility for Linux. It is used to monitor and tamper with interactions between processes and the Linux kernel, which include system calls, signal deliveries, and changes of process state."
4SECTION = "console/utils" 4SECTION = "console/utils"
5LICENSE = "LGPL-2.1-or-later & GPL-2.0-or-later" 5LICENSE = "LGPL-2.1-or-later & GPL-2.0-or-later"
6LIC_FILES_CHKSUM = "file://COPYING;md5=2433d82e1432a76dc3eadd9002bfe304" 6LIC_FILES_CHKSUM = "file://COPYING;md5=1efaf30bb0084b4a17a6f55f9cbcd25b"
7 7
8SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/strace-${PV}.tar.xz \ 8SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/strace-${PV}.tar.xz \
9 file://update-gawk-paths.patch \ 9 file://update-gawk-paths.patch \
@@ -15,7 +15,7 @@ SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/strace-${PV}.tar.xz \
15 file://0001-configure-Use-autoconf-macro-to-detect-largefile-sup.patch \ 15 file://0001-configure-Use-autoconf-macro-to-detect-largefile-sup.patch \
16 file://0002-tests-Replace-off64_t-with-off_t.patch \ 16 file://0002-tests-Replace-off64_t-with-off_t.patch \
17 " 17 "
18SRC_URI[sha256sum] = "c47da93be45b6055f4dc741d7f20efaf50ca10160a5b100c109b294fd9c0bdfe" 18SRC_URI[sha256sum] = "8552dfab08abc22a0f2048c98fd9541fd4d71b6882507952780dab7c7c512f51"
19 19
20 20
21inherit autotools github-releases ptest 21inherit autotools github-releases ptest