summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/libcap/files/0002-tests-do-not-run-target-executables.patch
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2025-03-17 17:08:43 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-03-18 10:27:31 +0000
commit48b587d8e59f31c984e31c60afe8cf4a09a3d37a (patch)
treebdd712230edb8591d7bd61dbe9b22c09955829b5 /meta/recipes-support/libcap/files/0002-tests-do-not-run-target-executables.patch
parent5dfca64b78375de279b6ce7c9bffcaa35db5dc17 (diff)
downloadpoky-48b587d8e59f31c984e31c60afe8cf4a09a3d37a.tar.gz
libcap: drop obsolete patches
Drop 0001-ensure-the-XATTR_NAME_CAPS-is-defined-when-it-is-use.patch, fixed upstream in "libcap: Fix for older kernels"[1]. Drop 0002-tests-do-not-run-target-executables.patch, doesn't appear to be needed anymore and most likely resolved by "Don't build the tests/binaries until we want to run them"[2]. [1] f1c3ac995d02d4f17b9d15656ab6d58f4c87435a [2] 99799844ad9272d43892881d1090369e6032aec2 (From OE-Core rev: 1efd3ff1ab24ee4037bdcf92602dce961abe63aa) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/libcap/files/0002-tests-do-not-run-target-executables.patch')
-rw-r--r--meta/recipes-support/libcap/files/0002-tests-do-not-run-target-executables.patch29
1 files changed, 0 insertions, 29 deletions
diff --git a/meta/recipes-support/libcap/files/0002-tests-do-not-run-target-executables.patch b/meta/recipes-support/libcap/files/0002-tests-do-not-run-target-executables.patch
deleted file mode 100644
index 8cabed6342..0000000000
--- a/meta/recipes-support/libcap/files/0002-tests-do-not-run-target-executables.patch
+++ /dev/null
@@ -1,29 +0,0 @@
1From 5846ba594bedd66c8fd216cad6518f7be11b7a92 Mon Sep 17 00:00:00 2001
2From: Alexander Kanavin <alex.kanavin@gmail.com>
3Date: Fri, 20 Dec 2019 16:54:05 +0100
4Subject: [PATCH] tests: do not run target executables
5
6Upstream-Status: Inappropriate [oe-core specific]
7Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
8---
9 tests/Makefile | 2 --
10 1 file changed, 2 deletions(-)
11
12diff --git a/tests/Makefile b/tests/Makefile
13index 3d03721..fbb1d78 100644
14--- a/tests/Makefile
15+++ b/tests/Makefile
16@@ -69,13 +69,11 @@ endif
17
18 # unprivileged
19 run_psx_test: psx_test
20- ./psx_test
21
22 psx_test: psx_test.c $(DEPS)
23 $(CC) $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) $< -o $@ $(LINKEXTRA) $(LIBPSXLIB)
24
25 run_libcap_psx_test: libcap_psx_test
26- ./libcap_psx_test
27
28 libcap_psx_test: libcap_psx_test.c $(DEPS)
29 $(CC) $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) $< -o $@ $(LINKEXTRA) $(LIBCAPLIB) $(LIBPSXLIB)