From: Wang Mingyu <[email protected]> Makefile-ptest.patch refreshed for 6.13
Improvements =========== - Implemented decoding of getxattrat, setxattrat, listxattrat, and removexattrat syscalls. - Updated decoding of struct io_uring_clone_buffers, struct io_uring_napi, and struct perf_event_attr. - Updated decoding of crypto_user_alg netlink attributes of NETLINK_CRYPTO. - Implemented decoding of IFLA_MCTP_PHYS_BINDING netlink attribute. - Updated lists of AT_*, BPF_*, FAN_*, IORING_*, MADV_*, NT_*, and SCM_* constants. - Updated lists of ioctl commands from Linux 6.13. Signed-off-by: Wang Mingyu <[email protected]> --- meta/recipes-devtools/strace/strace/Makefile-ptest.patch | 9 ++++++--- .../strace/{strace_6.12.bb => strace_6.13.bb} | 4 ++-- 2 files changed, 8 insertions(+), 5 deletions(-) rename meta/recipes-devtools/strace/{strace_6.12.bb => strace_6.13.bb} (93%) diff --git a/meta/recipes-devtools/strace/strace/Makefile-ptest.patch b/meta/recipes-devtools/strace/strace/Makefile-ptest.patch index a78c86f6a1..4ae9a018ce 100644 --- a/meta/recipes-devtools/strace/strace/Makefile-ptest.patch +++ b/meta/recipes-devtools/strace/strace/Makefile-ptest.patch @@ -13,7 +13,7 @@ Signed-off-by: Anuj Mittal <[email protected]> 1 file changed, 20 insertions(+) diff --git a/tests/Makefile.am b/tests/Makefile.am -index e1254c3..149570d 100644 +index 0462563..abbf910 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -18,6 +18,7 @@ SIZEOF_LONG = @SIZEOF_LONG@ @@ -21,10 +21,10 @@ index e1254c3..149570d 100644 MPERS_CC_FLAGS = ARCH_MFLAGS = +TEST_SUITE_LOG = test-suite.log - AM_CFLAGS = $(WARN_CFLAGS) + AM_CFLAGS = $(WARN_CFLAGS) $(TEST_WARN_CFLAGS) bundled_CPPFLAGS = if USE_BUNDLED_HEADERS -@@ -903,3 +904,22 @@ BUILT_SOURCES = ksysent.h +@@ -916,3 +917,22 @@ BUILT_SOURCES = ksysent.h CLEANFILES = ksysent.h include ../src/scno.am @@ -47,3 +47,6 @@ index e1254c3..149570d 100644 + #sed -i -e 's/$${srcdir=.}/./g' $(DESTDIR)/$(TESTDIR)/$$file; \ + done + for i in net scm_rights-fd rt_sigaction; do sed -i -e 's/$$srcdir/./g' $(DESTDIR)/$(TESTDIR)/$$i.test; done +-- +2.43.0 + diff --git a/meta/recipes-devtools/strace/strace_6.12.bb b/meta/recipes-devtools/strace/strace_6.13.bb similarity index 93% rename from meta/recipes-devtools/strace/strace_6.12.bb rename to meta/recipes-devtools/strace/strace_6.13.bb index c16e5dc478..9ef9f5e53c 100644 --- a/meta/recipes-devtools/strace/strace_6.12.bb +++ b/meta/recipes-devtools/strace/strace_6.13.bb @@ -3,7 +3,7 @@ HOMEPAGE = "http://strace.io" DESCRIPTION = "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." SECTION = "console/utils" LICENSE = "LGPL-2.1-or-later & GPL-2.0-or-later" -LIC_FILES_CHKSUM = "file://COPYING;md5=2433d82e1432a76dc3eadd9002bfe304" +LIC_FILES_CHKSUM = "file://COPYING;md5=1efaf30bb0084b4a17a6f55f9cbcd25b" SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/strace-${PV}.tar.xz \ file://update-gawk-paths.patch \ @@ -15,7 +15,7 @@ SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/strace-${PV}.tar.xz \ file://0001-configure-Use-autoconf-macro-to-detect-largefile-sup.patch \ file://0002-tests-Replace-off64_t-with-off_t.patch \ " -SRC_URI[sha256sum] = "c47da93be45b6055f4dc741d7f20efaf50ca10160a5b100c109b294fd9c0bdfe" +SRC_URI[sha256sum] = "e209daf0ee038ca5adcc4c277e9273b4d51f46a2ff86da575d36742ac3508a17" inherit autotools github-releases ptest -- 2.43.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#211589): https://lists.openembedded.org/g/openembedded-core/message/211589 Mute This Topic: https://lists.openembedded.org/mt/111247383/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
