summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2021-11-17 16:35:20 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-11-21 11:05:02 +0000
commit0fb9f5eff3d41bbbf12bd228dd052868444c0b25 (patch)
tree17bb9c522eee6cb4a30d5df578295686286b2ba2 /meta
parent8625310c8a966e62313af5148d67688d47ea331f (diff)
downloadpoky-0fb9f5eff3d41bbbf12bd228dd052868444c0b25.tar.gz
numactl: add missing Upstream-Status to a patch
(From OE-Core rev: 33c2da75c5de1c89ea1ee423b175f8c78d674c40) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-support/numactl/numactl/0001-define-run-test-target.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/numactl/numactl/0001-define-run-test-target.patch b/meta/recipes-support/numactl/numactl/0001-define-run-test-target.patch
index 78ffb22f89..9e65a45133 100644
--- a/meta/recipes-support/numactl/numactl/0001-define-run-test-target.patch
+++ b/meta/recipes-support/numactl/numactl/0001-define-run-test-target.patch
@@ -1,6 +1,6 @@
1rename test target as run-test 1rename test target as run-test
2 2
3Upstream-Statue: Pending 3Upstream-Status: Pending
4 4
5test target not only compile the test files, but also run them, which is 5test target not only compile the test files, but also run them, which is
6not suitable for cross-compile environment, so rename it as run-test. 6not suitable for cross-compile environment, so rename it as run-test.