]> code.ossystems Code Review - openembedded-core.git/commitdiff
numactl: add missing Upstream-Status to a patch
authorAlexander Kanavin <alex.kanavin@gmail.com>
Wed, 17 Nov 2021 15:35:20 +0000 (16:35 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 21 Nov 2021 11:04:00 +0000 (11:04 +0000)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-support/numactl/numactl/0001-define-run-test-target.patch

index 78ffb22f89babeeb361916c43525b5ddd5733ddf..9e65a45133849ee37fe7c032f31e1dd4b6f5c257 100644 (file)
@@ -1,6 +1,6 @@
 rename test target as run-test
 
-Upstream-Statue: Pending
+Upstream-Status: Pending
 
 test target not only compile the test files, but also run them, which is
 not suitable for cross-compile environment, so rename it as run-test.